diff --git a/android-template/gradle.properties b/android-template/gradle.properties index 0566c221d2..2e87c52f83 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