소스 검색

Revert "Bump NDK version to match version available in ci"

This reverts commit 849c2fd47d.
Guy Carmeli 4 년 전
부모
커밋
3828b510d7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      playground/android/app/build.gradle

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

@@ -12,7 +12,7 @@ apply from: "../../../node_modules/react-native/react.gradle"
12 12
 
13 13
 android {
14 14
     compileSdkVersion 28
15
-    ndkVersion "21.1.6352462"
15
+    ndkVersion "20.1.5948944"
16 16
 
17 17
     compileOptions {
18 18
         sourceCompatibility JavaVersion.VERSION_1_8