aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorpacien2019-10-13 01:09:17 +0200
committerpacien2019-10-13 01:09:17 +0200
commitc25f024320abf58d0831f10fa877f6a58635cd53 (patch)
tree4ca3b5dca47ccb8eb23aa37b8163117310e48b56 /gradle.properties
parent2c566d2bf3c3f4663426cc9bb0d3917e5989635b (diff)
downloadtincapp-c25f024320abf58d0831f10fa877f6a58635cd53.tar.gz
target sdk 28
switching from android.support to androidx
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties
index e52fadf..1d889d9 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,5 +1,5 @@
1# Tinc App, an Android binding and user interface for the tinc mesh VPN daemon 1# Tinc App, an Android binding and user interface for the tinc mesh VPN daemon
2# Copyright (C) 2017-2018 Pacien TRAN-GIRARD 2# Copyright (C) 2017-2019 Pacien TRAN-GIRARD
3# 3#
4# This program is free software: you can redistribute it and/or modify 4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
@@ -22,6 +22,8 @@
22# http://www.gradle.org/docs/current/userguide/build_environment.html 22# http://www.gradle.org/docs/current/userguide/build_environment.html
23# Specifies the JVM arguments used for the daemon process. 23# Specifies the JVM arguments used for the daemon process.
24# The setting is particularly useful for tweaking memory settings. 24# The setting is particularly useful for tweaking memory settings.
25android.enableJetifier=true
26android.useAndroidX=true
25org.gradle.jvmargs=-Xmx1536m 27org.gradle.jvmargs=-Xmx1536m
26# When configured, Gradle will run in incubating parallel mode. 28# When configured, Gradle will run in incubating parallel mode.
27# This option should only be used with decoupled projects. More details, visit 29# This option should only be used with decoupled projects. More details, visit