enable all signatures
This commit is contained in:
@@ -7,7 +7,7 @@ plugins {
|
||||
alias(libs.plugins.convention.ktor.client)
|
||||
}
|
||||
|
||||
val appVersion = "1.26.8"
|
||||
val appVersion = "1.27"
|
||||
|
||||
android {
|
||||
buildFeatures { buildConfig = true }
|
||||
|
||||
@@ -34,6 +34,11 @@ class AndroidApplication : Plugin<Project> {
|
||||
storePassword = properties.getProperty("RELEASE_STORE_PASSWORD")
|
||||
keyAlias = properties.getProperty("RELEASE_KEY_ALIAS")
|
||||
keyPassword = properties.getProperty("RELEASE_KEY_PASSWORD")
|
||||
|
||||
enableV1Signing = true
|
||||
enableV2Signing = true
|
||||
enableV3Signing = true
|
||||
enableV4Signing = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user