File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=512m
2222# https://developer.android.com/topic/libraries/support-library/androidx-rn
2323android.useAndroidX =true
2424android.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
2629android.enablePngCrunchInReleaseBuilds =true
2730
@@ -55,4 +58,4 @@ expo.useLegacyPackaging=false
5558# Note: Only works with ReactActivity and should not be used with custom Activity.
5659edgeToEdgeEnabled =false
5760reactNativeDir =../node_modules/react-native
58- REACT_NATIVE_DIR =../node_modules/react-native
61+ REACT_NATIVE_DIR =../node_modules/react-native
You can’t perform that action at this time.
0 commit comments