Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
daimajia committed Jun 25, 2014
2 parents 9a9bba9 + 38ed553 commit 2d8b15d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ So, I started to collect animation effects... and in two days, this project born
```groovy
dependencies {
compile 'com.nineoldandroids:library:2.4.0'
compile 'com.daimajia.androidanimations:library:1.0.3@aar'
compile 'com.daimajia.androidanimations:library:1.0.4@aar'
}
```
or Maven
Expand All @@ -30,7 +30,7 @@ or Maven
<dependency>
<groupId>com.daimajia.androidanimation</groupId>
<artifactId>library</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<type>apklib</type>
</dependency>
```
Expand Down

0 comments on commit 2d8b15d

Please sign in to comment.