Update Android build tools to latest version (#4872)
authorrubenwardy <rubenwardy@gmail.com>
Sat, 24 Dec 2016 07:34:19 +0000 (07:34 +0000)
committerest31 <est31@users.noreply.github.com>
Sat, 24 Dec 2016 07:34:19 +0000 (08:34 +0100)
build/android/build.gradle

index 20c13e385f33b124aab96ee6047465d512048107..745952a22c03f90472d408f456f9b289982f2e1e 100644 (file)
@@ -10,8 +10,8 @@ buildscript {
 apply plugin: "com.android.application"
 
 android {
-       compileSdkVersion 23
-       buildToolsVersion "23.0.3"
+       compileSdkVersion 25
+       buildToolsVersion "25.0.1"
 
        defaultConfig {
                versionCode 16
@@ -46,4 +46,3 @@ android {
                }
        }
 }
-