Skip to content

Commit 0d94f99

Browse files
authored
chore: bump example app to React Native 0.80.3 (#254)
Bump example app from RN 0.79.2 to 0.80.3. This unblocks upgrading to reanimated 4.2+ and worklets 0.7+ for Nitro auto-box support. - react 19.0.0 → 19.1.0 - react-native 0.79.2 → 0.80.3 - @react-native-community/cli 18.0.0 → 19.1.2 - @react-native/* packages 0.79.2 → 0.80.3 - Kotlin 2.0.21 → 2.1.20, Gradle 8.13 → 8.14.1 - Removed compose-compiler-gradle-plugin (no longer needed)
1 parent 771b5ac commit 0d94f99

5 files changed

Lines changed: 1411 additions & 658 deletions

File tree

example/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
compileSdkVersion = 35
66
targetSdkVersion = 35
77
ndkVersion = "27.1.12297006"
8-
kotlinVersion = "2.0.21"
8+
kotlinVersion = "2.1.20"
99
}
1010
repositories {
1111
google()
@@ -15,7 +15,7 @@ buildscript {
1515
classpath("com.android.tools.build:gradle")
1616
classpath("com.facebook.react:react-native-gradle-plugin")
1717
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
18-
classpath("org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.21")
18+
1919
}
2020
}
2121

example/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)