Skip to content

Commit

Permalink
update compileSdk to 35
Browse files Browse the repository at this point in the history
Summary:
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 27, 2024
1 parent 6d6f69b commit bfde4d5
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 bfde4d5

Please sign in to comment.