mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
c82cf64a22
commit
606e14552d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user