mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 16:13:46 +01:00
Android: fix tools versions
Resync with stable-0.4
This commit is contained in:
parent
956a0ba180
commit
2b30f8b849
@ -12,8 +12,8 @@ buildscript {
|
|||||||
apply plugin: "com.android.application"
|
apply plugin: "com.android.application"
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 25
|
compileSdkVersion 26
|
||||||
buildToolsVersion "26.0.2"
|
buildToolsVersion "26.0.3"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
versionCode 19
|
versionCode 19
|
||||||
|
Loading…
Reference in New Issue
Block a user