Fix typo in proguard config.
This commit is contained in:
parent
9fee7c6b19
commit
99d126fd3a
1 changed files with 2 additions and 2 deletions
4
app/proguard-rules.pro
vendored
4
app/proguard-rules.pro
vendored
|
|
@ -101,5 +101,5 @@
|
|||
-keep class exh.** { *; }
|
||||
|
||||
# Keep google stuff
|
||||
-keep com.google.android.gms.** { *; }
|
||||
-keep com.google.firebase.** { *; }
|
||||
-keep class com.google.android.gms.** { *; }
|
||||
-keep class com.google.firebase.** { *; }
|
||||
Loading…
Reference in a new issue