2019-08-30 13:12:40 +03:00
|
|
|
#
|
|
|
|
# Nextcloud Talk application
|
|
|
|
#
|
|
|
|
# @author Mario Danic
|
|
|
|
# Copyright (C) 2017-2019 Mario Danic <mario@lovelyhq.com>
|
|
|
|
#
|
|
|
|
# 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
|
|
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
|
|
# at your option) any later version.
|
|
|
|
#
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
#
|
|
|
|
|
2017-10-23 13:40:38 +03:00
|
|
|
# Project-wide Gradle settings.
|
|
|
|
|
|
|
|
# IDE (e.g. Android Studio) users:
|
|
|
|
# Gradle settings configured through the IDE *will override*
|
|
|
|
# any settings specified in this file.
|
|
|
|
|
|
|
|
# For more details on how to configure your build environment visit
|
|
|
|
# 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.
|
2018-10-03 15:11:10 +03:00
|
|
|
org.gradle.jvmargs=-XX:MaxHeapSize\=2048m -Xmx2048m
|
2017-10-23 13:40:38 +03:00
|
|
|
|
2018-10-02 23:34:00 +03:00
|
|
|
android.useAndroidX=true
|
2018-10-03 09:19:41 +03:00
|
|
|
android.enableJetifier=true
|
2018-10-24 03:12:42 +03:00
|
|
|
|
|
|
|
# org.gradle.parallel=true
|
|
|
|
org.gradle.daemon=true
|
2018-10-24 03:22:43 +03:00
|
|
|
org.gradle.configureondemand=true
|
|
|
|
org.gradle.caching=true
|
|
|
|
org.gradle.parallel=true
|