Skip to content

Commit 1078f30

Browse files
committed
Update Gradle settings
Bump buildToolsVersion , compileSdkVersion, targetSdkVersion and ndkVersion Update Gradle build tools
1 parent f4b76ae commit 1078f30

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

examples/sdk/reactNative/android/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
buildscript {
22
ext {
3-
buildToolsVersion = "34.0.0"
3+
buildToolsVersion = "35.0.0"
44
minSdkVersion = 23
5-
compileSdkVersion = 34
6-
targetSdkVersion = 34
7-
ndkVersion = "26.1.10909125"
5+
compileSdkVersion = 35
6+
targetSdkVersion = 35
7+
ndkVersion = "28.0.13004108"
88
}
99
repositories {
1010
google()

examples/sdk/reactNative/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-native/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath "com.android.tools.build:gradle:7.4.2"
8+
classpath "com.android.tools.build:gradle:8.5.2"
99
}
1010
}
1111

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ReactNative_minSdkVersion=16
2-
ReactNative_targetSdkVersion=27
3-
ReactNative_compileSdkVersion=33
4-
ReactNative_buildToolsVersion=29.0.3
5-
ReactNative_ndkversion=21.4.7075529
2+
ReactNative_targetSdkVersion=35
3+
ReactNative_compileSdkVersion=35
4+
ReactNative_buildToolsVersion=35.0.0
5+
ReactNative_ndkversion=28.0.13004108

0 commit comments

Comments
 (0)