]> git.ktnx.net Git - mobile-ledger.git/blob - gradle.properties
more pronounced day/month delimiters in the transaction list
[mobile-ledger.git] / gradle.properties
1 #
2 # Copyright © 2024 Damyan Ivanov.
3 # This file is part of MoLe.
4 # MoLe is free software: you can distribute it and/or modify it
5 # under the term of the GNU General Public License as published by
6 # the Free Software Foundation, either version 3 of the License, or
7 # (at your opinion), any later version.
8 #
9 # MoLe is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License terms for details.
13 #
14 # You should have received a copy of the GNU General Public License
15 # along with MoLe. If not, see <https://www.gnu.org/licenses/>.
16 #
17
18 ## For more details on how to configure your build environment visit
19 # http://www.gradle.org/docs/current/userguide/build_environment.html
20 #
21 # Specifies the JVM arguments used for the daemon process.
22 # The setting is particularly useful for tweaking memory settings.
23 # Default value: -Xmx1024m -XX:MaxPermSize=256m
24 # org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
25 #
26 # When configured, Gradle will run in incubating parallel mode.
27 # This option should only be used with decoupled projects. More details, visit
28 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
29 # org.gradle.parallel=true
30 #Sun Mar 17 11:29:00 EET 2024
31 android.debug.obsoleteApi=true
32 android.defaults.buildfeatures.buildconfig=true
33 android.enableJetifier=false
34 android.enableR8.fullMode=false
35 android.nonFinalResIds=false
36 android.nonTransitiveRClass=true
37 android.useAndroidX=true
38 org.gradle.jvmargs=-Xmx1024M -Dkotlin.daemon.jvm.options\="-Xmx1536M"
39 org.gradle.unsafe.configuration-cache=true