Procházet zdrojové kódy

Bump Gradle plugin version in Playground (#6138)

Set ndkVersion explicitly in build.gradle because https://stackoverflow.com/questions/60404457/android-no-version-of-ndk-matched-the-requested-version
Guy Carmeli před 4 roky
rodič
revize
a65a7e9d20
No account linked to committer's email address

+ 1
- 0
playground/android/app/build.gradle Zobrazit soubor

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

+ 1
- 1
playground/android/build.gradle Zobrazit soubor

@@ -15,7 +15,7 @@ buildscript {
15 15
     }
16 16
     dependencies {
17 17
         classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
18
-        classpath 'com.android.tools.build:gradle:3.5.3'
18
+        classpath 'com.android.tools.build:gradle:3.6.3'
19 19
 
20 20
         // NOTE: Do not place your application dependencies here; they belong
21 21
         // in the individual module build.gradle files

+ 2
- 2
playground/android/gradle/wrapper/gradle-wrapper.properties Zobrazit soubor

@@ -1,6 +1,6 @@
1
-#Mon Sep 16 17:06:02 IDT 2019
1
+#Sun Apr 19 12:17:05 IDT 2020
2 2
 distributionBase=GRADLE_USER_HOME
3 3
 distributionPath=wrapper/dists
4 4
 zipStoreBase=GRADLE_USER_HOME
5 5
 zipStorePath=wrapper/dists
6
-distributionUrl=https\://services.gradle.org/distributions/gradle-5.5-all.zip
6
+distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip