Fix proguard rules.

This commit is contained in:
NerdNumber9 2017-03-09 16:47:55 -05:00
parent 1b5a83563f
commit 9fee7c6b19

View File

@ -99,3 +99,7 @@
# [EH]
-keep class exh.** { *; }
# Keep google stuff
-keep com.google.android.gms.** { *; }
-keep com.google.firebase.** { *; }