mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-26 19:17:51 +02:00
Fix typo in proguard config.
This commit is contained in:
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.** { *; }
|
Reference in New Issue
Block a user