Skip to content

Commit 93e9fbe

Browse files
committed
add byte-buddy to jetifier ignore list
1 parent 4c38c00 commit 93e9fbe

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

android/gradle.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=512m
2222
# https://developer.android.com/topic/libraries/support-library/androidx-rn
2323
android.useAndroidX=true
2424
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.*
2528
# Enable AAPT2 PNG crunching
2629
android.enablePngCrunchInReleaseBuilds=true
2730

@@ -48,4 +51,4 @@ hermesEnabled=true
4851
android.disableResourceValidation=true
4952

5053
# Use legacy packaging to compress native libraries in the resulting APK.
51-
expo.useLegacyPackaging=false
54+
expo.useLegacyPackaging=false

0 commit comments

Comments
 (0)