From bd6a27f15baf41f8e54a43ff6238167c3c64d967 Mon Sep 17 00:00:00 2001 From: dtvv Date: Thu, 11 Oct 2018 17:45:57 -0500 Subject: [PATCH] Push buttons effect --- app/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 7d26414..3dfd351 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -54,6 +54,9 @@ dependencies { androidTestImplementation('com.android.support.test.espresso:espresso-core:3.0.1', { exclude group: 'com.android.support', module: 'support-annotations' }) + implementation( 'com.github.thekhaeng:pushdown-anim-click:1.1.1' ){ + exclude group: 'com.android.support' + } implementation 'com.jaredrummler:material-spinner:1.2.5' implementation "org.jetbrains.kotlin:kotlin-stdlib:1.1.60" //testCompile 'com.android.support.test:runner:1.0.1'