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
20
20
dependencies {
21
21
compile 'com.nineoldandroids:library:2.4.0'
22
22
compile 'com.daimajia.easing:library:1.0.0@aar'
23
- compile 'com.daimajia.androidanimations:library:1.1.0 @aar'
23
+ compile 'com.daimajia.androidanimations:library:1.1.1 @aar'
24
24
}
25
25
```
26
26
#### Maven
@@ -34,7 +34,7 @@ dependencies {
34
34
<dependency >
35
35
<groupId >com.daimajia.androidanimation</groupId >
36
36
<artifactId >library</artifactId >
37
- <version >1.1.0 </version >
37
+ <version >1.1.1 </version >
38
38
<type >apklib</type >
39
39
</dependency >
40
40
<dependency >
@@ -51,7 +51,7 @@ Download the following jars, and copy them into your `libs` directory.
51
51
52
52
- [ ` NineOldAndroid-2.4.0 ` ] ( https://github.com/daimajia/AndroidViewAnimations/releases/download/v1.0.6/NineOldAndroid-2.4.0.jar )
53
53
- [ ` AndroidEasingFunctions-1.0.0 ` ] ( https://github.com/daimajia/AndroidViewAnimations/releases/download/v1.0.6/AndroidEasingFunctions-1.0.0.jar )
54
- - [ ` AndroidViewAnimations-1.1.0 ` ] ( https://github.com/daimajia/AndroidViewAnimations/releases/download/v1.1.0/AndroidViewAnimations-1.1.0.jar )
54
+ - [ ` AndroidViewAnimations-1.1.1 ` ] ( https://github.com/daimajia/AndroidViewAnimations/releases/download/v1.1.0/AndroidViewAnimations-1.1.0.jar )
55
55
56
56
## Step 2
57
57
You can’t perform that action at this time.
0 commit comments