Skip to content

Commit

Permalink
Remove android.enableJetifier (#44876)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #44876

We probably don't need Jetifier anymore at this point.
Also see: react-native-community/template#9

Changelog:
[Internal] [Changed] - Remove `android.enableJetifier`

Reviewed By: rshest

Differential Revision: D58416487

fbshipit-source-id: f60c58aaf17b90c610959589fcd46026979c749a
  • Loading branch information
cortinico authored and facebook-github-bot committed Jun 12, 2024
1 parent 42f136d commit 14ccf6b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/helloworld/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m
org.gradle.parallel=true
android.useAndroidX=true
android.enableJetifier=true
reactNativeArchitectures=arm64-v8a
newArchEnabled=true
hermesEnabled=true
1 change: 0 additions & 1 deletion packages/react-native/ReactAndroid/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ VERSION_NAME=1000.0.0
react.internal.publishingGroup=com.facebook.react

android.useAndroidX=true
android.enableJetifier=true

# We want to have more fine grained control on the Java version for
# ReactAndroid, therefore we disable RGNP Java version alignment mechanism
Expand Down
2 changes: 0 additions & 2 deletions packages/react-native/template/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m
# Android operating system, and which are packaged with your app's APK
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true

# Use this property to specify which architecture you want to build.
# You can also override it from the CLI using
Expand Down
1 change: 0 additions & 1 deletion packages/rn-tester/android/app/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ org.gradle.parallel=true
# This is causing issue with dependencies task: https://github.com/gradle/gradle/issues/9645#issuecomment-530746758
# org.gradle.configureondemand=true
android.useAndroidX=true
android.enableJetifier=true

# RN-Tester is building with NewArch always enabled
newArchEnabled=true
Expand Down

0 comments on commit 14ccf6b

Please sign in to comment.