Files
YungR1otz/android/app/proguard-rules.pro
Lucas Saburido cabf2025cd first commit
2026-05-13 16:26:45 +01:00

11 lines
294 B
Prolog

# 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 { *; }