Skip to content

Commit

Permalink
fix: firebase init failure
Browse files Browse the repository at this point in the history
  • Loading branch information
muedsa committed Jul 19, 2024
1 parent 5475d90 commit 9c6ac13
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,8 @@
# With R8 full mode generic signatures are stripped for classes that are not kept.
-keep,allowobfuscation,allowshrinking class retrofit2.Response

-keep public class * extends java.lang.Exception # Optional: Keep custom exceptions.
# Optional: Keep custom exceptions.
-keep public class * extends java.lang.Exception

# Firebase
-keep class com.google.firebase.** { *; }

0 comments on commit 9c6ac13

Please sign in to comment.