Skip to content

Commit

Permalink
update compileSdk to 35 (#1692)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #1692

X-link: facebook/react-native#46235

Update compileSdk to 35 before adding relating work for Android 15

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

Reviewed By: cortinico

Differential Revision: D61874541
  • Loading branch information
alanleedev authored and facebook-github-bot committed Aug 28, 2024
1 parent 6d6f69b commit 898005c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ val ndkVersionProperty: String by rootProject.extra

android {
namespace = "com.facebook.yoga"
compileSdk = 34
buildToolsVersion = "34.0.0"
compileSdk = 35
buildToolsVersion = "35.0.0"
ndkVersion = "26.0.10792818"

defaultConfig {
Expand Down

0 comments on commit 898005c

Please sign in to comment.