mirror of
https://github.com/minetest/minetest.git
synced 2024-11-13 14:00:29 +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"
|
||||
|
||||
android {
|
||||
compileSdkVersion 25
|
||||
buildToolsVersion "26.0.2"
|
||||
compileSdkVersion 26
|
||||
buildToolsVersion "26.0.3"
|
||||
|
||||
defaultConfig {
|
||||
versionCode 19
|
||||
|
|
Loading…
Reference in New Issue
Block a user