Fix release signing
This commit is contained in:
parent
04ece92e20
commit
aed85dfd4b
1 changed files with 2 additions and 2 deletions
|
@ -76,8 +76,8 @@ android {
|
|||
|
||||
buildTypes {
|
||||
release {
|
||||
if (project.hasProperty("storeFile")) {
|
||||
signingConfig = signingConfigs.getByName("release")
|
||||
signingConfigs.findByName("release")?.let { releaseSigningConfig ->
|
||||
signingConfig = releaseSigningConfig
|
||||
}
|
||||
|
||||
isMinifyEnabled = true
|
||||
|
|
Loading…
Reference in a new issue