From 6fdf0266cf33dbcae9ab39762aa283b9df65ad84 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 18 Dec 2018 16:15:37 +0530 Subject: Migrate to AndroidX Signed-off-by: Harsh Shandilya --- gradle.properties | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gradle.properties') 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. -- cgit v1.2.3-59-g8ed1b