Skip to content

Commit

Permalink
update compileSdk to 35 (facebook#46235)
Browse files Browse the repository at this point in the history
Summary:
X-link: facebook/yoga#1692

Pull Request resolved: facebook#46235

Update compileSdk to 35 before adding relating work for Android 15

Changelog:
[Android][Added] - Update compileSdk to 35

Differential Revision: D61874541
  • Loading branch information
alanleedev authored and facebook-github-bot committed Aug 28, 2024
1 parent 62e5338 commit a4a4239
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/helloworld/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

buildscript {
ext {
buildToolsVersion = "34.0.0"
buildToolsVersion = "35.0.0"
minSdkVersion = 24
compileSdkVersion = 34
compileSdkVersion = 35
targetSdkVersion = 34
ndkVersion = "26.1.10909125"
kotlinVersion = "1.9.24"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Android versions
minSdk = "24"
targetSdk = "34"
compileSdk = "34"
buildTools = "34.0.0"
compileSdk = "35"
buildTools = "35.0.0"
ndkVersion = "26.1.10909125"
# Dependencies versions
agp = "8.5.1"
Expand Down

0 comments on commit a4a4239

Please sign in to comment.