gradle.properties
author Da Risk <da_risk@geekorum.com>
Thu, 23 May 2019 18:46:30 -0700
changeset 187 1c1138e6f5ab
parent 75 43f122be34f9
child 525 e884f73f9eef
permissions -rw-r--r--
build: prefix genymotion device name with the name of the module

# 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.
org.gradle.jvmargs=-Xmx1536m

android.useAndroidX=true
android.enableJetifier=true

# use binary resources in jvm tests for robolectric
android.enableUnitTestBinaryResources=true

# specify path of geekdroid source to use them instead of the prebuilt library
# GEEKDROID_PROJECT_DIR=/home/darisk/devel/geekorum/geekdroid/

# Genymotion configuration
#RUN_TESTS_ON_GENYMOTION_CLOUD=true

# Signature configuration
#RELEASE_STORE_FILE=/some/path/to/a/keystores/file.jks
#RELEASE_STORE_PASSWORD=some key pass
#RELEASE_KEY_ALIAS=the alias
#RELEASE_KEY_PASSWORD=some key pass

# Play store publisher api configuration
#PLAY_STORE_JSON_KEY_FILE=/path/to/credentials.json
#PLAY_STORE_TRACK=alpha

# Url of the build cache server to use on CI
#systemProp.CI_BUILD_CACHE_URL=http://localhost/cache/