Another attempt to fix proguard config.

This commit is contained in:
NerdNumber9 2017-03-09 16:53:13 -05:00
parent 99d126fd3a
commit 1b8daa7e09

View File

@ -101,5 +101,5 @@
-keep class exh.** { *; }
# Keep google stuff
-keep class com.google.android.gms.** { *; }
-keep class com.google.firebase.** { *; }
-dontwarn com.google.android.gms.**
-dontwarn com.google.firebase.**