Fix android tools version used to build MT

This commit is contained in:
Loic Blot 2018-06-11 19:14:10 +02:00
parent 289c8dfde5
commit 4a48cd57e8
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987
1 changed files with 3 additions and 3 deletions

View File

@ -3,15 +3,15 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "com.android.tools.build:gradle:1.5.0"
classpath "com.android.tools.build:gradle:3.1.3"
}
}
apply plugin: "com.android.application"
android {
compileSdkVersion 25
buildToolsVersion "25.0.3"
compileSdkVersion 26
buildToolsVersion "26.0.3"
defaultConfig {
versionCode 19