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:
parent
cc0ee7cbc2
commit
667ad112d4
|
@ -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.** { *; }
|
Loading…
Reference in New Issue