Browse Source

[Android] Fix compileSdkVersion

It must match the major number in buildToolsVersion.
efficient_tiling
Saúl Ibarra Corretgé 8 years ago
parent
commit
01ac394e92
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      android/build.gradle

+ 1
- 1
android/build.gradle View File

@@ -27,7 +27,7 @@ allprojects {
27 27
 }
28 28
 
29 29
 ext {
30
-    compileSdkVersion = 23
30
+    compileSdkVersion = 25
31 31
     buildToolsVersion = "25.0.3"
32 32
     minSdkVersion    = 16
33 33
     targetSdkVersion = 22

Loading…
Cancel
Save