1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-12-17 20:45:22 +01:00

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

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