Skip to content

Commit e548ed6

Browse files
committed
Update README.md
1 parent 2775eac commit e548ed6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,17 @@ I found the [Easing Functions](http://easings.net/) made by [Robert Penne](http:
1919
Gradle
2020

2121
```groovy
22+
compile 'com.nineoldandroids:library:2.4.0'
2223
compile 'com.daimajia.easing:library:1.0.1@aar'
2324
```
2425
or maven
2526

2627
```xml
28+
<dependency>
29+
<groupId>com.nineoldandroids</groupId>
30+
<artifactId>library</artifactId>
31+
<version>2.4.0</version>
32+
</dependency>
2733
<dependency>
2834
<groupId>com.daimajia.easing</groupId>
2935
<artifactId>library</artifactId>

0 commit comments

Comments
 (0)