mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-06-05 21:29:27 -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
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ android {
|
||||||
release {
|
release {
|
||||||
// TODO: Add your own signing config for the release build.
|
// TODO: Add your own signing config for the release build.
|
||||||
// Signing with the debug keys for now, so `flutter run --release` works.
|
// Signing with the debug keys for now, so `flutter run --release` works.
|
||||||
|
shrinkResources false
|
||||||
|
minifyEnabled false
|
||||||
signingConfig signingConfigs.debug
|
signingConfig signingConfigs.debug
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue