Skip to content

Commit 3811501

Browse files
Updated easing dependency
So it doesn't conflict with launcher icon
1 parent 0dddce4 commit 3811501

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)