update compileSdk to 35 (#1692)
Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/1692 X-link: https://github.com/facebook/react-native/pull/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 fbshipit-source-id: f7c92dc15aa68a53bcd626450c515d2f24e9e40f
This commit is contained in:
committed by
Facebook GitHub Bot
parent
6d6f69bee7
commit
dc4ab5ad57
@@ -21,8 +21,8 @@ val ndkVersionProperty: String by rootProject.extra
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
namespace = "com.facebook.yoga"
|
namespace = "com.facebook.yoga"
|
||||||
compileSdk = 34
|
compileSdk = 35
|
||||||
buildToolsVersion = "34.0.0"
|
buildToolsVersion = "35.0.0"
|
||||||
ndkVersion = "26.0.10792818"
|
ndkVersion = "26.0.10792818"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
|
Reference in New Issue
Block a user