first commit
This commit is contained in:
10
android/app/proguard-rules.pro
vendored
Normal file
10
android/app/proguard-rules.pro
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# Keep Flutter and plugin registrant classes
|
||||
-keep class io.flutter.** { *; }
|
||||
-keep class io.flutter.plugins.** { *; }
|
||||
|
||||
# Keep Supabase model reflection paths (safe default)
|
||||
-keep class com.supabase.** { *; }
|
||||
-dontwarn com.supabase.**
|
||||
|
||||
# Keep Kotlin metadata
|
||||
-keep class kotlin.Metadata { *; }
|
||||
Reference in New Issue
Block a user