]> git.ktnx.net Git - mobile-ledger.git/blob - gradle.properties
comment-out a cardview measure work-around that seems no longer necessary
[mobile-ledger.git] / gradle.properties
1 #
2 # Copyright © 2019 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 # Project-wide Gradle settings.
19 # IDE (e.g. Android Studio) users:
20 # Gradle settings configured through the IDE *will override*
21 # any settings specified in this file.
22 # For more details on how to configure your build environment visit
23 # http://www.gradle.org/docs/current/userguide/build_environment.html
24 # Specifies the JVM arguments used for the daemon process.
25 # The setting is particularly useful for tweaking memory settings.
26 org.gradle.jvmargs=-Xmx1536m
27 # When configured, Gradle will run in incubating parallel mode.
28 # This option should only be used with decoupled projects. More details, visit
29 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
30 # org.gradle.parallel=true
31 android.debug.obsoleteApi=true
32 android.useAndroidX=true
33 android.enableJetifier=true