Skip to content

Commit 49e7f07

Browse files
committed
Update gradle.properties
1 parent ae4d860 commit 49e7f07

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Core/AndroidNative/gradle.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
1616
# https://developer.android.com/topic/libraries/support-library/androidx-rn
1717
android.useAndroidX=true
1818
# Automatically convert third-party libraries to use AndroidX
19-
android.enableJetifier=true
19+
android.enableJetifier=true
20+
21+
# Android Gradle plugin requires additional configuration for SDK 34
22+
android.suppressUnsupportedCompileSdk=34

0 commit comments

Comments
 (0)