Update: 2026-05-08 06:19:56

This commit is contained in:
Hamza-Ayed
2026-05-08 06:19:56 +03:00
parent df92a44878
commit 753497649a
18 changed files with 1310 additions and 21 deletions

View File

@@ -0,0 +1,22 @@
# Flutter ProGuard Rules for Musadaq
# Keep Flutter engine
-keep class io.flutter.** { *; }
-keep class io.flutter.plugins.** { *; }
# Keep Firebase
-keep class com.google.firebase.** { *; }
# Keep Dio
-keep class io.github.nicekun.** { *; }
-dontwarn okhttp3.**
-dontwarn okio.**
# Keep CameraAwesome
-keep class com.apparence.camerawesome.** { *; }
# Keep ObjectBox
-keep class io.objectbox.** { *; }
# Ignore missing Play Core classes referenced by Flutter Engine
-dontwarn com.google.android.play.core.**