talk-android/gradle.properties

50 строки
1.6 KiB
Properties
Исходник Обычный вид История

#
# Nextcloud Talk application
#
# @author Mario Danic
# @author Tim Krüger
# Copyright (C) 2021 Tim Krüger <t@timkrueger.me>
# 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/>.
#
# 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
2018-10-02 23:34:00 +03:00
android.useAndroidX=true
2018-10-03 09:19:41 +03:00
android.enableJetifier=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false
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
NC_TEST_SERVER_BASEURL=http://server
NC_TEST_SERVER_USERNAME=user1
NC_TEST_SERVER_PASSWORD=user1