diff --git a/app/build.gradle b/app/build.gradle index 4f7af5b..c0c118c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,14 +4,13 @@ plugins { } android { - compileSdkVersion defaultCompileSdkVersion - defaultConfig { applicationId "com.ortiz.touchdemo" versionCode getGitCommitCount() versionName getTag() minSdkVersion 21 // because of testLib Moka + compileSdk defaultCompileSdkVersion targetSdkVersion defaultTargetSdkVersion testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/touchview/build.gradle b/touchview/build.gradle index 2f4efc8..1742613 100644 --- a/touchview/build.gradle +++ b/touchview/build.gradle @@ -5,8 +5,6 @@ plugins { } android { - compileSdkVersion defaultCompileSdkVersion - defaultConfig { minSdkVersion 16 aarMetadata { @@ -16,6 +14,7 @@ android { enable = true } + compileSdk defaultCompileSdkVersion targetSdkVersion defaultTargetSdkVersion buildConfigField "String", 'VERSION', "\"" + versionName + "\"" }