Merge pull request #1301 from SaeedZhiany/patch-1

bumped AGP to 3.6.1 and removed buildToolsVersion
This commit is contained in:
Mikael Sand
2020-04-10 01:35:56 +03:00
committed by GitHub
+1 -3
View File
@@ -9,7 +9,7 @@ buildscript {
}
dependencies {
classpath("com.android.tools.build:gradle:3.5.3")
classpath("com.android.tools.build:gradle:3.6.1")
}
}
}
@@ -22,8 +22,6 @@ def safeExtGet(prop, fallback) {
android {
compileSdkVersion safeExtGet('compileSdkVersion', 28)
//noinspection GradleDependency
buildToolsVersion safeExtGet('buildToolsVersion', '28.0.3')
defaultConfig {
minSdkVersion safeExtGet('minSdkVersion', 16)