enable all signatures
This commit is contained in:
@@ -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