Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daimajia committed Aug 8, 2014
1 parent 7928b4f commit a9376d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For making animations more real, I created another project named [Android Easing
dependencies {
compile 'com.nineoldandroids:library:2.4.0'
compile 'com.daimajia.easing:library:1.0.0@aar'
compile 'com.daimajia.androidanimations:library:1.0.8@aar'
compile 'com.daimajia.androidanimations:library:1.1.0@aar'
}
```
#### Maven
Expand All @@ -34,7 +34,7 @@ dependencies {
<dependency>
<groupId>com.daimajia.androidanimation</groupId>
<artifactId>library</artifactId>
<version>1.0.8</version>
<version>1.1.0</version>
<type>apklib</type>
</dependency>
<dependency>
Expand All @@ -51,7 +51,7 @@ Download the following jars, and copy them into your `libs` directory.

- [`NineOldAndroid-2.4.0`](https://github.com/daimajia/AndroidViewAnimations/releases/download/v1.0.6/NineOldAndroid-2.4.0.jar)
- [`AndroidEasingFunctions-1.0.0`](https://github.com/daimajia/AndroidViewAnimations/releases/download/v1.0.6/AndroidEasingFunctions-1.0.0.jar)
- [`AndroidViewAnimations-1.0.8`](https://github.com/daimajia/AndroidViewAnimations/releases/download/v1.0.8/AndroidViewAnimations-1.0.8.jar)
- [`AndroidViewAnimations-1.1.0`](https://github.com/daimajia/AndroidViewAnimations/releases/download/v1.0.8/AndroidViewAnimations-1.0.8.jar)

## Step 2

Expand Down

0 comments on commit a9376d1

Please sign in to comment.