Skip to content

Commit 9ae3367

Browse files
svbutkofacebook-github-bot
authored andcommitted
Bump Kotlin and Gradle versions (#32319)
Summary: Bump Kotlin version to 1.5.31 to include following changes: https://kotlinlang.org/docs/whatsnew15.html https://kotlinlang.org/docs/whatsnew1520.html https://kotlinlang.org/docs/whatsnew1530.html Primarily: - Native support for Apple silicon - Kotlin/JS IR backend reaches Beta - Improved Gradle plugin experience - Performance improvements ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://github.com/facebook/react-native/wiki/Changelog --> [Android] [Changed] - Bump Kotlin version to 1.5.31 [Android] [Changed] - Bump Gradle version to 7.2 Pull Request resolved: #32319 Reviewed By: yungsters Differential Revision: D31365479 Pulled By: cortinico fbshipit-source-id: 1ffaef1222a6ada8ebc746267b2a22561c3c770f
1 parent 2f8e52b commit 9ae3367

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ org.gradle.parallel=true
66

77
ANDROID_NDK_VERSION=21.4.7075529
88
android.useAndroidX=true
9-
kotlin_version=1.4.32
9+
kotlin_version=1.5.31
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

packages/react-native-gradle-plugin/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import org.gradle.api.internal.classpath.ModuleRegistry
99
import org.gradle.configurationcache.extensions.serviceOf
1010

1111
plugins {
12-
kotlin("jvm") version "1.4.21"
12+
kotlin("jvm") version "1.5.31"
1313
id("java-gradle-plugin")
1414
}
1515

@@ -30,7 +30,7 @@ gradlePlugin {
3030
dependencies {
3131
implementation(gradleApi())
3232
implementation("com.android.tools.build:gradle:4.2.2")
33-
33+
3434
testImplementation("junit:junit:4.13.2")
3535

3636
testRuntimeOnly(
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)