Skip to content

Commit a2f560b

Browse files
committed
add byte-buddy to jetifier ignore list gh file
1 parent 93e9fbe commit a2f560b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

android/gradle.properties.github

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ org.gradle.welcome=NEVER
2626
# https://developer.android.com/topic/libraries/support-library/androidx-rn
2727
android.useAndroidX=true
2828
android.enableJetifier=true
29+
# byte-buddy 1.17+ ships class files newer than Jetifier's ASM can read (Java 24 / major 68).
30+
# It is not a support-library artifact and does not need jetification. See b/184622491.
31+
android.jetifier.ignorelist=.*byte-buddy.*
2932

3033
# Enable AAPT2 PNG crunching
3134
android.enablePngCrunchInReleaseBuilds=true

0 commit comments

Comments
 (0)