Files
unionflow-mobile-apps/android/app/proguard-rules.pro
dahoud d094d6db9c Initial commit: unionflow-mobile-apps
Application Flutter complète (sans build artifacts).

Signed-off-by: lions dev Team
2026-03-15 16:30:08 +00:00

18 lines
419 B
Prolog

# Flutter ProGuard Rules
-keep class io.flutter.** { *; }
-keep class io.flutter.plugins.** { *; }
-dontwarn io.flutter.embedding.**
# Keep annotations
-keepattributes *Annotation*
# Keep Keycloak/OAuth related classes
-keep class net.openid.appauth.** { *; }
# Keep Gson/JSON serialization
-keepattributes Signature
-keepattributes EnclosingMethod
# Keep crypto classes for PKCE
-keep class javax.crypto.** { *; }