Fix android tools version used to build MT
This commit is contained in:
parent
289c8dfde5
commit
4a48cd57e8
@ -3,15 +3,15 @@ buildscript {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath "com.android.tools.build:gradle:1.5.0"
|
classpath "com.android.tools.build:gradle:3.1.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: "com.android.application"
|
apply plugin: "com.android.application"
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 25
|
compileSdkVersion 26
|
||||||
buildToolsVersion "25.0.3"
|
buildToolsVersion "26.0.3"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
versionCode 19
|
versionCode 19
|
||||||
|
Loading…
x
Reference in New Issue
Block a user