Selaa lähdekoodia

Change android build tool version to 23.0.1

wkh237 8 vuotta sitten
vanhempi
commit
0ab6a62fde
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2
    2
      src/android/build.gradle

+ 2
- 2
src/android/build.gradle Näytä tiedosto

@@ -15,7 +15,7 @@ buildscript {
15 15
 
16 16
 android {
17 17
     compileSdkVersion 23
18
-    buildToolsVersion "23.0.3"
18
+    buildToolsVersion "23.0.1"
19 19
     defaultConfig {
20 20
         minSdkVersion 16
21 21
         targetSdkVersion 23
@@ -35,4 +35,4 @@ android {
35 35
 dependencies {
36 36
     compile 'com.facebook.react:react-native:+'
37 37
     compile 'com.loopj.android:android-async-http:1.4.9'
38
-}
38
+}