Fixes #151.
This commit is contained in:
parent
ddb75e0d93
commit
4208a80db8
@ -178,9 +178,6 @@ dependencies {
|
||||
|
||||
// Pager
|
||||
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'
|
||||
|
4
app/proguard-rules.pro
vendored
4
app/proguard-rules.pro
vendored
@ -69,4 +69,6 @@
|
||||
|
||||
-dontwarn com.anupcowkur.reservoir.**
|
||||
|
||||
-dontwarn javax.annotation.**
|
||||
-dontwarn javax.annotation.**
|
||||
|
||||
-keep class android.support.v7.widget.SearchView { *; }
|
Loading…
Reference in New Issue
Block a user