This commit is contained in:
Amine Bou 2017-12-10 19:42:20 +01:00
parent ddb75e0d93
commit 4208a80db8
2 changed files with 3 additions and 4 deletions

View File

@ -178,9 +178,6 @@ dependencies {
// Pager // Pager
compile 'me.relex:circleindicator:1.2.2@aar' compile 'me.relex:circleindicator:1.2.2@aar'
// This seem to be needed.
compile 'com.klinkerapps:drag-dismiss-activity:1.5.0'
} }
apply plugin: 'com.google.gms.google-services' apply plugin: 'com.google.gms.google-services'

View File

@ -70,3 +70,5 @@
-dontwarn com.anupcowkur.reservoir.** -dontwarn com.anupcowkur.reservoir.**
-dontwarn javax.annotation.** -dontwarn javax.annotation.**
-keep class android.support.v7.widget.SearchView { *; }