Skip to content

Commit 14ccf6b

Browse files
cortinicofacebook-github-bot
authored andcommitted
Remove android.enableJetifier (#44876)
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
1 parent 42f136d commit 14ccf6b

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

packages/helloworld/android/gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m
88
org.gradle.parallel=true
99
android.useAndroidX=true
10-
android.enableJetifier=true
1110
reactNativeArchitectures=arm64-v8a
1211
newArchEnabled=true
1312
hermesEnabled=true

packages/react-native/ReactAndroid/gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ VERSION_NAME=1000.0.0
22
react.internal.publishingGroup=com.facebook.react
33

44
android.useAndroidX=true
5-
android.enableJetifier=true
65

76
# We want to have more fine grained control on the Java version for
87
# ReactAndroid, therefore we disable RGNP Java version alignment mechanism

packages/react-native/template/android/gradle.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m
2121
# Android operating system, and which are packaged with your app's APK
2222
# https://developer.android.com/topic/libraries/support-library/androidx-rn
2323
android.useAndroidX=true
24-
# Automatically convert third-party libraries to use AndroidX
25-
android.enableJetifier=true
2624

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

packages/rn-tester/android/app/gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ org.gradle.parallel=true
22
# This is causing issue with dependencies task: https://github.com/gradle/gradle/issues/9645#issuecomment-530746758
33
# org.gradle.configureondemand=true
44
android.useAndroidX=true
5-
android.enableJetifier=true
65

76
# RN-Tester is building with NewArch always enabled
87
newArchEnabled=true

0 commit comments

Comments
 (0)