[components] Reads componentsVersion from .buildconfig.yml

This commit is contained in:
Mitchell Hentges
2019-01-09 15:03:30 -08:00
committed by Sebastian Kaspari
parent b190f31a35
commit 3ee4d96a84
67 changed files with 260 additions and 256 deletions

View File

@@ -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"