diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-05-16 09:03:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-16 09:03:17 +0200 |
commit | d999071edf137fa8b125c9aa057e3936fe54aed0 (patch) | |
tree | bbaed444307cdaa225b14dc9592e3e5c39742fd8 /platform/android/java/gradle.properties | |
parent | 5b2c0c342ac0777b01d3a8a852b09bf4ed47a0ee (diff) | |
parent | d0ced7a481fb6cec9f58f234c28cd0ad946f855b (diff) |
Merge pull request #37924 from thebestnom/migrate-to-androidX
Android: Migrate deprecated support library to AndroidX
Diffstat (limited to 'platform/android/java/gradle.properties')
-rw-r--r-- | platform/android/java/gradle.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/android/java/gradle.properties b/platform/android/java/gradle.properties index aac7c9b461..e14cd5ba5c 100644 --- a/platform/android/java/gradle.properties +++ b/platform/android/java/gradle.properties @@ -7,6 +7,9 @@ # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html +android.enableJetifier=true +android.useAndroidX=true + # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. org.gradle.jvmargs=-Xmx1536m |