diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2018-12-18 16:15:37 +0530 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-12-18 16:54:54 +0100 |
commit | 6fdf0266cf33dbcae9ab39762aa283b9df65ad84 (patch) | |
tree | 3c843af0b5657b1a9f75ae9c3b7dc4ed3cbf84a5 /gradle.properties | |
parent | ee26198e2c9dcc0d9f00757aae725db23abdd020 (diff) |
Migrate to AndroidX
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties index aac7c9b4..9e6fce10 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,6 +9,8 @@ # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. +android.enableJetifier=true +android.useAndroidX=true org.gradle.jvmargs=-Xmx1536m # When configured, Gradle will run in incubating parallel mode. |