Set android.suppressUnsupportedCompileSdk=34 for the root project

Summary:
Android is currently raising a warning as we're using AGP 8.1 with SDK 34.
I'm suppressing this warning that we can remove once we bump to AGP 8.2

Changelog:
[Internal] [Changed] - Set android.suppressUnsupportedCompileSdk=34 for the root project

Reviewed By: mdvacca

Differential Revision: D48437747

fbshipit-source-id: 6d2ed5f4f021052934206fd9149c048cdd5350df
This commit is contained in:
Nicola Corti
2023-08-18 03:07:41 -07:00
committed by Facebook GitHub Bot
parent c82cf64a22
commit 606e14552d
+3
View File
@@ -4,6 +4,9 @@ org.gradle.caching=true
android.useAndroidX=true
# Can be removed once we bump to AGP 8.2.0
android.suppressUnsupportedCompileSdk=34
# Use this property to specify which architecture you want to build.
# You can also override it from the CLI using
# ./gradlew <task> -PreactNativeArchitectures=x86_64