Skip to content

Commit

Permalink
Set android.suppressUnsupportedCompileSdk=34 for the root project
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cortinico authored and facebook-github-bot committed Aug 18, 2023
1 parent c82cf64 commit 606e145
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 606e145

Please sign in to comment.