Skip to content

Commit ce42c9a

Browse files
committed
add byte-buddy to jetifier ignore list
1 parent 883c404 commit ce42c9a

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

@@ -55,4 +58,4 @@ expo.useLegacyPackaging=false
5558
# Note: Only works with ReactActivity and should not be used with custom Activity.
5659
edgeToEdgeEnabled=false
5760
reactNativeDir=../node_modules/react-native
58-
REACT_NATIVE_DIR=../node_modules/react-native
61+
REACT_NATIVE_DIR=../node_modules/react-native

0 commit comments

Comments
 (0)