Skip to content

Commit 025e7a7

Browse files
committed
Update README.md
1 parent 920ce4a commit 025e7a7

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
@@ -21,7 +21,7 @@ For making animations more real, I created another project named [Android Easing
2121
```groovy
2222
dependencies {
2323
compile 'com.nineoldandroids:library:2.4.0'
24-
compile 'com.daimajia.easing:library:1.0.0@aar'
24+
compile 'com.daimajia.easing:library:1.0.1@aar'
2525
compile 'com.daimajia.androidanimations:library:1.1.3@aar'
2626
}
2727
```
@@ -42,7 +42,7 @@ dependencies {
4242
<dependency>
4343
<groupId>com.daimajia.easing</groupId>
4444
<artifactId>library</artifactId>
45-
<version>1.0.0</version>
45+
<version>1.0.1</version>
4646
<type>apklib</type>
4747
</dependency>
4848
```

0 commit comments

Comments
 (0)