diff --git a/android/gradle.properties b/android/gradle.properties index 4fad4632765f..038fb5c392e8 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -21,7 +21,7 @@ org.gradle.jvmargs=-Xmx6g -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 +# Disabled Jetifier to improve build performance as we're not using libraries that require Jetifier for AndroidX compatibility. android.enableJetifier=false # Increase storage capacity (the default is 6 MB)