Skip to content

Commit

Permalink
Android update example proguard rules
Browse files Browse the repository at this point in the history
  • Loading branch information
npurushe committed Dec 4, 2018
1 parent 20db918 commit 00121a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requery-android/example-kotlin/proguard-rules.pro
@@ -1,4 +1,4 @@
-keep class * extends java.lang.Enum {
}
-dontwarn rx.internal.**
-dontwarn android.support.**
-dontwarn androidx.**
2 changes: 1 addition & 1 deletion requery-android/example/proguard-rules.pro
@@ -1,5 +1,5 @@
-keep class * extends java.lang.Enum {
}
-dontwarn rx.internal.**
-dontwarn android.support.**
-dontwarn androidx.**

0 comments on commit 00121a1

Please sign in to comment.