mirror of
https://codeberg.org/mi6e4ka/openstore.git
synced 2025-06-28 12:09:57 +00:00
Disable signing apk by flutter
This commit is contained in:
parent
034a9fc86e
commit
6d2ab2e473
1 changed files with 3 additions and 7 deletions
|
@ -51,13 +51,9 @@ android {
|
|||
}
|
||||
buildTypes {
|
||||
release {
|
||||
if (keystorePropertiesFile.exists()) {
|
||||
println("Keystore properties file found. Signing by release keys")
|
||||
signingConfig = signingConfigs.getByName("release")
|
||||
} else {
|
||||
println("Keystore properties file not found. Signing by debug keys")
|
||||
signingConfig = signingConfigs.getByName("debug")
|
||||
}
|
||||
signingConfig = null
|
||||
isMinifyEnabled = true
|
||||
isShrinkResources = true
|
||||
}
|
||||
}
|
||||
dependenciesInfo {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue