mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Android: fix tools versions
Resync with stable-0.4
This commit is contained in:
parent
956a0ba180
commit
2b30f8b849
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue