Fix typo in proguard config.

This commit is contained in:
NerdNumber9 2017-03-09 16:50:31 -05:00
parent 9fee7c6b19
commit 99d126fd3a

View File

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