[components] Reads componentsVersion from .buildconfig.yml
This commit is contained in:
committed by
Sebastian Kaspari
parent
b190f31a35
commit
3ee4d96a84
@@ -7,12 +7,12 @@ apply plugin: 'kotlin-android'
|
||||
apply plugin: 'kotlin-android-extensions'
|
||||
|
||||
android {
|
||||
compileSdkVersion Config.compileSdkVersion
|
||||
compileSdkVersion config.compileSdkVersion
|
||||
|
||||
defaultConfig {
|
||||
applicationId "org.mozilla.samples.toolbar"
|
||||
minSdkVersion Config.minSdkVersion
|
||||
targetSdkVersion Config.targetSdkVersion
|
||||
minSdkVersion config.minSdkVersion
|
||||
targetSdkVersion config.targetSdkVersion
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user