Skip to content

Commit 25c3dcc

Browse files
committed
v1.1.1
1 parent 4e0db1b commit 25c3dcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For making animations more real, I created another project named [Android Easing
2020
dependencies {
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.1.0@aar'
23+
compile 'com.daimajia.androidanimations:library:1.1.1@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.1.0</version>
37+
<version>1.1.1</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.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)
5555

5656
## Step 2
5757

0 commit comments

Comments
 (0)