We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4d860 commit 49e7f07Copy full SHA for 49e7f07
src/Core/AndroidNative/gradle.properties
@@ -16,4 +16,7 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
16
# https://developer.android.com/topic/libraries/support-library/androidx-rn
17
android.useAndroidX=true
18
# Automatically convert third-party libraries to use AndroidX
19
-android.enableJetifier=true
+android.enableJetifier=true
20
+
21
+# Android Gradle plugin requires additional configuration for SDK 34
22
+android.suppressUnsupportedCompileSdk=34
0 commit comments