Remove minify and shrinkResources

When these are enabled then app will have an crash on startup
This commit is contained in:
Martin Valba 2023-08-24 13:29:51 +00:00
parent 823dddda90
commit bb9561e403

View File

@ -34,9 +34,7 @@ android {
}
buildTypes {
release {
minifyEnabled true
zipAlignEnabled true
shrinkResources true
}
}
externalNativeBuild {