diff --git a/README.md b/README.md index eeb6a50..1b68e73 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ When I start to make this library, I set some goals: ```groovy dependencies { compile 'com.android.support:support-v4:20.+' - compile "com.daimajia.swipelayout:library:1.1.4@aar" + compile "com.daimajia.swipelayout:library:1.1.5@aar" } ``` @@ -52,14 +52,14 @@ dependencies { com.daimajia.swipelayout library - 1.1.4 + 1.1.5 apklib ``` #### Eclipse -[AndroidSwipeLayout-v1.0.7.jar](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.0.7/AndroidSwipeLayout-v1.0.7.jar) +[AndroidSwipeLayout-v1.1.5.jar](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.1.5/AndroidSwipeLayout-v1.1.5.jar) ### Step 2