Closed richardkrieger closed 4 years ago
Add this to your pro guard rules
# Couchbase
-keep public class com.couchbase.lite.** { *; }
-dontwarn com.couchbase.lite.**
-keep public class com.couchbase.litecore.** { *; }
-dontwarn com.couchbase.litecore.**
It's working. Thanks for the help!
Problem: USB debug works. After downloading from PlayStore, the app will not work. This is caused by R8 minimization
Reproduce errors locally: android/app/build.gradle, area buildTypes
with "minifyEnabled true" you get errors in Logcat:
Currently release can only be created with "flutter build appbundle --no-shrink"