1
0
mirror of https://github.com/moparisthebest/minetest synced 2025-03-09 22:29:41 -04:00

Update Android build tools to latest version (#4872)

This commit is contained in:
rubenwardy 2016-12-24 07:34:19 +00:00
parent 231ac33d34
commit c1b25f4b8b

View File

@ -10,8 +10,8 @@ buildscript {
apply plugin: "com.android.application" apply plugin: "com.android.application"
android { android {
compileSdkVersion 23 compileSdkVersion 25
buildToolsVersion "23.0.3" buildToolsVersion "25.0.1"
defaultConfig { defaultConfig {
versionCode 16 versionCode 16
@ -46,4 +46,3 @@ android {
} }
} }
} }