Skip to content

Commit b663205

Browse files
committed
add byte-buddy to jetifier ignore list gh file
1 parent ce42c9a commit b663205

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
@@ -35,6 +35,9 @@ org.gradle.welcome=NEVER
3535
# https://developer.android.com/topic/libraries/support-library/androidx-rn
3636
android.useAndroidX=true
3737
android.enableJetifier=true
38+
# byte-buddy 1.17+ ships class files newer than Jetifier's ASM can read (Java 24 / major 68).
39+
# It is not a support-library artifact and does not need jetification. See b/184622491.
40+
android.jetifier.ignorelist=.*byte-buddy.*
3841

3942
# Enable AAPT2 PNG crunching
4043
android.enablePngCrunchInReleaseBuilds=true

0 commit comments

Comments
 (0)