소스 검색

update build tools version

Guy Carmeli 6 년 전
부모
커밋
211f2fc8cb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      playground/android/app/build.gradle

+ 1
- 1
playground/android/app/build.gradle 파일 보기

@@ -9,7 +9,7 @@ apply from: "../../../node_modules/react-native/react.gradle"
9 9
 
10 10
 android {
11 11
     compileSdkVersion 25
12
-    buildToolsVersion "27.0.1"
12
+    buildToolsVersion "27.0.3"
13 13
 
14 14
     compileOptions {
15 15
         sourceCompatibility JavaVersion.VERSION_1_8