Skip to content

Commit 2d8b15d

Browse files
committed
2 parents 9a9bba9 + 38ed553 commit 2d8b15d

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
@@ -16,7 +16,7 @@ So, I started to collect animation effects... and in two days, this project born
1616
```groovy
1717
dependencies {
1818
compile 'com.nineoldandroids:library:2.4.0'
19-
compile 'com.daimajia.androidanimations:library:1.0.3@aar'
19+
compile 'com.daimajia.androidanimations:library:1.0.4@aar'
2020
}
2121
```
2222
or Maven
@@ -30,7 +30,7 @@ or Maven
3030
<dependency>
3131
<groupId>com.daimajia.androidanimation</groupId>
3232
<artifactId>library</artifactId>
33-
<version>1.0.3</version>
33+
<version>1.0.4</version>
3434
<type>apklib</type>
3535
</dependency>
3636
```

0 commit comments

Comments
 (0)