Update proguard rules for missing classes (#171)

Addresses the errors seen in DefinedNet/mobile_nebula/actions/runs/11221064890/job/31190581077#step:13:1260

Locally I am able to perform most of a release build after removing these proguard rules which were previously added to avoid minification stripping out flutter code. That seems to no longer be required, though.
This commit is contained in:
Ian VanSchooten 2024-10-08 12:27:32 -04:00 committed by GitHub
parent cc0ee7cbc2
commit 667ad112d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 8 deletions

View File

@ -1,11 +1,3 @@
# Flutter Wrapper - this came from guidance at https://medium.com/@swav.kulinski/flutter-and-android-obfuscation-8768ac544421
-keep class io.flutter.app.** { *; }
-keep class io.flutter.plugin.** { *; }
-keep class io.flutter.util.** { *; }
-keep class io.flutter.view.** { *; }
-keep class io.flutter.** { *; }
-keep class io.flutter.plugins.** { *; }
# Keep our class names for gson # Keep our class names for gson
-keep class net.defined.mobile_nebula.** { *; } -keep class net.defined.mobile_nebula.** { *; }
-keep class androidx.security.crypto.** { *; } -keep class androidx.security.crypto.** { *; }