diff --git a/gradle.properties b/gradle.properties index 12a6bcebf8b..e55fdd0853a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 -PreactNativeArchitectures=x86_64