From a9376d1abf832752e82cbc70b8d3be61e0c8400c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=AE=B6?= Date: Fri, 8 Aug 2014 09:45:03 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09cd7b9..1983f3c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ For making animations more real, I created another project named [Android Easing dependencies { compile 'com.nineoldandroids:library:2.4.0' compile 'com.daimajia.easing:library:1.0.0@aar' - compile 'com.daimajia.androidanimations:library:1.0.8@aar' + compile 'com.daimajia.androidanimations:library:1.1.0@aar' } ``` #### Maven @@ -34,7 +34,7 @@ dependencies { com.daimajia.androidanimation library - 1.0.8 + 1.1.0 apklib @@ -51,7 +51,7 @@ Download the following jars, and copy them into your `libs` directory. - [`NineOldAndroid-2.4.0`](https://github.com/daimajia/AndroidViewAnimations/releases/download/v1.0.6/NineOldAndroid-2.4.0.jar) - [`AndroidEasingFunctions-1.0.0`](https://github.com/daimajia/AndroidViewAnimations/releases/download/v1.0.6/AndroidEasingFunctions-1.0.0.jar) -- [`AndroidViewAnimations-1.0.8`](https://github.com/daimajia/AndroidViewAnimations/releases/download/v1.0.8/AndroidViewAnimations-1.0.8.jar) +- [`AndroidViewAnimations-1.1.0`](https://github.com/daimajia/AndroidViewAnimations/releases/download/v1.0.8/AndroidViewAnimations-1.0.8.jar) ## Step 2