File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ For making animations more real, I created another project named [Android Easing
2020dependencies {
2121 compile 'com.nineoldandroids:library:2.4.0'
2222 compile 'com.daimajia.easing:library:1.0.0@aar'
23- compile 'com.daimajia.androidanimations:library:1.0.8 @aar'
23+ compile 'com.daimajia.androidanimations:library:1.1.0 @aar'
2424}
2525```
2626#### Maven
@@ -34,7 +34,7 @@ dependencies {
3434<dependency >
3535 <groupId >com.daimajia.androidanimation</groupId >
3636 <artifactId >library</artifactId >
37- <version >1.0.8 </version >
37+ <version >1.1.0 </version >
3838 <type >apklib</type >
3939</dependency >
4040<dependency >
@@ -51,7 +51,7 @@ Download the following jars, and copy them into your `libs` directory.
5151
5252- [ ` NineOldAndroid-2.4.0 ` ] ( https://github.com/daimajia/AndroidViewAnimations/releases/download/v1.0.6/NineOldAndroid-2.4.0.jar )
5353- [ ` AndroidEasingFunctions-1.0.0 ` ] ( https://github.com/daimajia/AndroidViewAnimations/releases/download/v1.0.6/AndroidEasingFunctions-1.0.0.jar )
54- - [ ` AndroidViewAnimations-1.0.8 ` ] ( https://github.com/daimajia/AndroidViewAnimations/releases/download/v1.0.8/AndroidViewAnimations-1.0.8.jar )
54+ - [ ` AndroidViewAnimations-1.1.0 ` ] ( https://github.com/daimajia/AndroidViewAnimations/releases/download/v1.0.8/AndroidViewAnimations-1.0.8.jar )
5555
5656## Step 2
5757
You can’t perform that action at this time.
0 commit comments