From 9df6793f34fbd8ca0bf415be985125d4933a0a80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A8=E3=83=AA=E3=82=B9?= Date: Tue, 23 Jun 2020 16:13:04 +0900 Subject: [PATCH] chore: set AndroidX off by default (#1005) --- bin/templates/cordova/lib/config/GradlePropertiesParser.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/templates/cordova/lib/config/GradlePropertiesParser.js b/bin/templates/cordova/lib/config/GradlePropertiesParser.js index 2c8aaa8d..8955aa94 100644 --- a/bin/templates/cordova/lib/config/GradlePropertiesParser.js +++ b/bin/templates/cordova/lib/config/GradlePropertiesParser.js @@ -37,8 +37,8 @@ class GradlePropertiesParser { 'org.gradle.jvmargs': '-Xmx2048m', // Android X - 'android.useAndroidX': 'true', - 'android.enableJetifier': 'true' + 'android.useAndroidX': 'false', + 'android.enableJetifier': 'false' // Shaves another 100ms, but produces a "try at own risk" warning. Not worth it (yet): // 'org.gradle.parallel': 'true'