Skip to content

Commit aa64f5d

Browse files
committed
disable Jetifier
1 parent a681f42 commit aa64f5d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: packages/default-storage/example/android/gradle.properties

+1-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryEr
2525
# https://developer.android.com/topic/libraries/support-library/androidx-rn
2626
android.useAndroidX=true
2727
# Automatically convert third-party libraries to use AndroidX
28-
android.enableJetifier=true
29-
# Jetifier randomly fails on these libraries
30-
android.jetifier.ignorelist=hermes-android
28+
android.enableJetifier=false
3129

3230
# Use this property to specify which architecture you want to build.
3331
# You can also override it from the CLI using

0 commit comments

Comments
 (0)