How to add the following lines to my proguard config, I can’t find the proguard file
-dontwarn com.backendless.**
-dontwarn weborb.**
-keep class weborb.** {;}
-keep class com.backendless.** {;}
How to add the following lines to my proguard config, I can’t find the proguard file
-dontwarn com.backendless.**
-dontwarn weborb.**
-keep class weborb.** {;}
-keep class com.backendless.** {;}
Perhaps this will help:
https://medium.com/@swav.kulinski/flutter-and-android-obfuscation-8768ac544421