Skip to content

Commit

Permalink
Disable jetifier
Browse files Browse the repository at this point in the history
  • Loading branch information
mchowning committed Feb 1, 2022
1 parent d257d32 commit c99295a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/react-native-aztec/android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
org.gradle.jvmargs=-Xmx2g -XX:+HeapDumpOnOutOfMemoryError
android.useAndroidX=true
android.enableJetifier=true
android.enableJetifier=false
shouldPublishBinary=false

2 changes: 1 addition & 1 deletion packages/react-native-bridge/android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx2g -XX:+HeapDumpOnOutOfMemoryError
android.useAndroidX=true
android.enableJetifier=true
android.enableJetifier=false

2 changes: 1 addition & 1 deletion packages/react-native-editor/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
android.enableJetifier=false
android.useDeprecatedNdk=true
FLIPPER_VERSION=0.99.0

0 comments on commit c99295a

Please sign in to comment.