Skip to content

Commit 3381263

Browse files
committed
fix #28
1 parent 223b3f2 commit 3381263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 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.2@aar'
23+
compile 'com.daimajia.androidanimations:library:1.1.3@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.2</version>
37+
<version>1.1.3</version>
3838
<type>apklib</type>
3939
</dependency>
4040
<dependency>

0 commit comments

Comments
 (0)