Skip to content

Commit f020820

Browse files
authored
Merge pull request #86 from toteto/patch-1
Updated easing dependency
2 parents 0406a93 + 3811501 commit f020820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ android {
2020
dependencies {
2121
compile fileTree(dir: 'libs', include: ['*.jar'])
2222
compile 'com.nineoldandroids:library:2.4.0'
23-
compile 'com.daimajia.easing:library:1.0.0@aar'
23+
compile 'com.daimajia.easing:library:1.0.2@aar'
2424
}
2525
apply from: './gradle-mvn-push.gradle'

0 commit comments

Comments
 (0)