mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-12-17 09:13:50 -05:00
Merge branch 'salvatoret/7/remove-shrink-minify-release' into 'main'
Remove shrink and minifying from Android release Closes #7 See merge request veilid/veilidchat!9
This commit is contained in:
commit
6ad074a39e
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