From c25f024320abf58d0831f10fa877f6a58635cd53 Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 13 Oct 2019 01:09:17 +0200 Subject: target sdk 28 switching from android.support to androidx --- gradle.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index e52fadf..1d889d9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Tinc App, an Android binding and user interface for the tinc mesh VPN daemon -# Copyright (C) 2017-2018 Pacien TRAN-GIRARD +# Copyright (C) 2017-2019 Pacien TRAN-GIRARD # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -22,6 +22,8 @@ # http://www.gradle.org/docs/current/userguide/build_environment.html # 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. # This option should only be used with decoupled projects. More details, visit -- cgit v1.2.3