fixing ci errors
This commit is contained in:
parent
462f940815
commit
b121003777
13
build.gradle
13
build.gradle
|
@ -53,12 +53,13 @@ subprojects {
|
|||
exclude 'META-INF/ASL2.0'
|
||||
}
|
||||
|
||||
// if (android.hasProperty('buildTypes') && project.plugins.hasPlugin('com.android.application')) {
|
||||
// android.buildTypes.each { buildType ->
|
||||
// setSigningConfig(signingConfigs.maybeCreate(buildType.name))
|
||||
// loadSigningConfig(signingConfig, rootProject.file('signing.properties'))
|
||||
// }
|
||||
// }
|
||||
if (android.hasProperty('buildTypes') && project.plugins.hasPlugin('com.android.application')) {
|
||||
android.buildTypes.each { buildType ->
|
||||
def cfg = signingConfigs.maybeCreate(buildType.name)
|
||||
loadSigningConfig(cfg, rootProject.file('signing.properties'))
|
||||
buildType.signingConfig = cfg
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue