diff options
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 4 |
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. |
25 | android.enableJetifier=true | ||
26 | android.useAndroidX=true | ||
25 | org.gradle.jvmargs=-Xmx1536m | 27 | org.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 |