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'
|
exclude 'META-INF/ASL2.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
// if (android.hasProperty('buildTypes') && project.plugins.hasPlugin('com.android.application')) {
|
if (android.hasProperty('buildTypes') && project.plugins.hasPlugin('com.android.application')) {
|
||||||
// android.buildTypes.each { buildType ->
|
android.buildTypes.each { buildType ->
|
||||||
// setSigningConfig(signingConfigs.maybeCreate(buildType.name))
|
def cfg = signingConfigs.maybeCreate(buildType.name)
|
||||||
// loadSigningConfig(signingConfig, rootProject.file('signing.properties'))
|
loadSigningConfig(cfg, rootProject.file('signing.properties'))
|
||||||
// }
|
buildType.signingConfig = cfg
|
||||||
// }
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue