Upgrade com.android.tools.build:gradle to 2.3.2 and buildToolsVersion to 26

This commit is contained in:
Mikael Sand
2017-07-22 03:13:57 +03:00
parent b7bfaab63d
commit 7994070c41
+2 -2
View File
@@ -4,7 +4,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0'
classpath 'com.android.tools.build:gradle:2.3.2'
}
}
@@ -12,7 +12,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 26
buildToolsVersion "25.0.3"
buildToolsVersion '26'
defaultConfig {
minSdkVersion 16