Android: fix tools versions
authorLoïc Blot <nerzhul@users.noreply.github.com>
Mon, 11 Jun 2018 17:19:06 +0000 (19:19 +0200)
committerGitHub <noreply@github.com>
Mon, 11 Jun 2018 17:19:06 +0000 (19:19 +0200)
Resync with stable-0.4

build/android/build.gradle

index c9e8d6d5ad717528c555052fe1b739eb151d739e..fc8ad30329e30ba4106b1dcb9cbc3271f6317c4b 100644 (file)
@@ -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