Browse Source

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 4 years ago
parent
commit
a65a7e9d20
No account linked to committer's email address

+ 1
- 0
playground/android/app/build.gradle View File

12
 
12
 
13
 android {
13
 android {
14
     compileSdkVersion 28
14
     compileSdkVersion 28
15
+    ndkVersion "20.1.5948944"
15
 
16
 
16
     compileOptions {
17
     compileOptions {
17
         sourceCompatibility JavaVersion.VERSION_1_8
18
         sourceCompatibility JavaVersion.VERSION_1_8

+ 1
- 1
playground/android/build.gradle View File

15
     }
15
     }
16
     dependencies {
16
     dependencies {
17
         classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
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
         // NOTE: Do not place your application dependencies here; they belong
20
         // NOTE: Do not place your application dependencies here; they belong
21
         // in the individual module build.gradle files
21
         // in the individual module build.gradle files

+ 2
- 2
playground/android/gradle/wrapper/gradle-wrapper.properties View File

1
-#Mon Sep 16 17:06:02 IDT 2019
1
+#Sun Apr 19 12:17:05 IDT 2020
2
 distributionBase=GRADLE_USER_HOME
2
 distributionBase=GRADLE_USER_HOME
3
 distributionPath=wrapper/dists
3
 distributionPath=wrapper/dists
4
 zipStoreBase=GRADLE_USER_HOME
4
 zipStoreBase=GRADLE_USER_HOME
5
 zipStorePath=wrapper/dists
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