From 508f6317d7466eed3fb5775ef6d5a037be1c5f7a Mon Sep 17 00:00:00 2001 From: Joey Pender Date: Wed, 1 Mar 2023 10:10:16 -0600 Subject: [PATCH] feat(android-template): Removing enableJetifier (#6339) --- android-template/gradle.properties | 2 -- 1 file changed, 2 deletions(-) diff --git a/android-template/gradle.properties b/android-template/gradle.properties index 0566c221d..2e87c52f8 100644 --- a/android-template/gradle.properties +++ b/android-template/gradle.properties @@ -20,5 +20,3 @@ org.gradle.jvmargs=-Xmx1536m # 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