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 93e9fbe commit a2f560bCopy full SHA for a2f560b
1 file changed
android/gradle.properties.github
@@ -26,6 +26,9 @@ org.gradle.welcome=NEVER
26
# https://developer.android.com/topic/libraries/support-library/androidx-rn
27
android.useAndroidX=true
28
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.*
32
33
# Enable AAPT2 PNG crunching
34
android.enablePngCrunchInReleaseBuilds=true
0 commit comments