mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-04 00:13:20 +08:00
chore: set AndroidX off by default (#1005)
This commit is contained in:
parent
d90e191837
commit
9df6793f34
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user