build: removed gms class from proguard.

This commit is contained in:
Ujwal
2026-02-25 19:31:36 +05:45
parent 3ff20e329a
commit 97e8d12f86
2 changed files with 4 additions and 8 deletions
-4
View File
@@ -17,10 +17,6 @@
# Keystore and common
-keep class com.ujwal.focusgram.** { *; }
# Flutter Play Store Split (ignore optional references)
-dontwarn com.google.android.play.core.**
-dontwarn com.google.android.gms.common.**
# Avoid stripping JS bridge names
-keepattributes JavascriptInterface
-keepclassmembers class * {