[components] Reads componentsVersion from .buildconfig.yml
This commit is contained in:
committed by
Sebastian Kaspari
parent
b190f31a35
commit
3ee4d96a84
@@ -6,11 +6,11 @@ apply plugin: 'com.android.library'
|
||||
apply plugin: 'kotlin-android'
|
||||
|
||||
android {
|
||||
compileSdkVersion Config.compileSdkVersion
|
||||
compileSdkVersion config.compileSdkVersion
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion Config.minSdkVersion
|
||||
targetSdkVersion Config.targetSdkVersion
|
||||
minSdkVersion config.minSdkVersion
|
||||
targetSdkVersion config.targetSdkVersion
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
@@ -36,4 +36,4 @@ dependencies {
|
||||
}
|
||||
|
||||
apply from: '../../../publish.gradle'
|
||||
ext.configurePublish(Config.componentsGroupId, archivesBaseName, gradle.componentDescriptions[archivesBaseName])
|
||||
ext.configurePublish(config.componentsGroupId, archivesBaseName, gradle.componentDescriptions[archivesBaseName])
|
||||
|
||||
Reference in New Issue
Block a user