From 67a404dabc5cde9ef84f73dd497c7fc50196c092 Mon Sep 17 00:00:00 2001 From: uzbxodgiev Date: Fri, 14 Jun 2019 11:21:11 +0500 Subject: [PATCH] Fixing double end animation for RippleView relates to commit https://github.com/omadahealth/omada-nexus/commit/0f948bf3e32d405f9687f651e8db721f4da4b8d1 --- lib/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index 55f30cb8..e9147b26 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -21,7 +21,7 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) //RippleView - compile 'com.github.traex.rippleeffect:ripple:1.3.1-OG' + compile 'com.github.traex.rippleeffect:ripple:1.3.1-OG-2' //TypefaceView compile 'com.github.omadahealth.typefaceview:typefaceview:1.5.0@aar' //TypefaceTextView @@ -59,4 +59,4 @@ apply from: 'https://raw.github.com/omadahealth/omada-nexus/master/gradle-mvn-pu // pom.version = VERSION_NAME // } // } -//} \ No newline at end of file +//}