We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce42c9a commit b663205Copy full SHA for b663205
1 file changed
android/gradle.properties.github
@@ -35,6 +35,9 @@ org.gradle.welcome=NEVER
35
# https://developer.android.com/topic/libraries/support-library/androidx-rn
36
android.useAndroidX=true
37
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.*
41
42
# Enable AAPT2 PNG crunching
43
android.enablePngCrunchInReleaseBuilds=true
0 commit comments