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 4c38c00 commit 93e9fbeCopy full SHA for 93e9fbe
1 file changed
android/gradle.properties
@@ -22,6 +22,9 @@ org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=512m
22
# https://developer.android.com/topic/libraries/support-library/androidx-rn
23
android.useAndroidX=true
24
android.enableJetifier=true
25
+# byte-buddy 1.17+ ships class files newer than Jetifier's ASM can read (Java 24 / major 68).
26
+# It is not a support-library artifact and does not need jetification. See b/184622491.
27
+android.jetifier.ignorelist=.*byte-buddy.*
28
# Enable AAPT2 PNG crunching
29
android.enablePngCrunchInReleaseBuilds=true
30
@@ -48,4 +51,4 @@ hermesEnabled=true
48
51
android.disableResourceValidation=true
49
52
50
53
# Use legacy packaging to compress native libraries in the resulting APK.
-expo.useLegacyPackaging=false
54
+expo.useLegacyPackaging=false
0 commit comments