Closed realbitt closed 2 years ago
Fixed in v0.11.0. Just disable code & resource shinking.
android {
...
buildTypes {
...
release {
...
shrinkResources false
minifyEnabled false
...
}
}
}
the app is crashing at startup with build release !