mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2024-10-01 06:55:46 -04:00
Remove shrink and minifying from Android release
There's probably a better way to do this, but something about the shrinking/minifying is messing with the app. Closes https://gitlab.com/veilid/veilidchat/-/issues/7
This commit is contained in:
parent
268b86d131
commit
caed233840
@ -57,6 +57,8 @@ android {
|
||||
release {
|
||||
// TODO: Add your own signing config for the release build.
|
||||
// Signing with the debug keys for now, so `flutter run --release` works.
|
||||
shrinkResources false
|
||||
minifyEnabled false
|
||||
signingConfig signingConfigs.debug
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user