gradle.properties
author Da Risk <da_risk@geekorum.com>
Sun, 02 Jun 2019 17:58:30 -0700
changeset 217 8c7eed1b4c4e
parent 75 43f122be34f9
child 525 e884f73f9eef
permissions -rw-r--r--
InstallFeatureActivity: set result code on success and auto finish the activity
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     1
# Project-wide Gradle settings.
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     2
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     3
# IDE (e.g. Android Studio) users:
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     4
# Gradle settings configured through the IDE *will override*
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     5
# any settings specified in this file.
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     6
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     7
# For more details on how to configure your build environment visit
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     8
# http://www.gradle.org/docs/current/userguide/build_environment.html
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     9
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    10
# Specifies the JVM arguments used for the daemon process.
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    11
# The setting is particularly useful for tweaking memory settings.
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    12
org.gradle.jvmargs=-Xmx1536m
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    13
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    14
android.useAndroidX=true
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    15
android.enableJetifier=true
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    16
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    17
# use binary resources in jvm tests for robolectric
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    18
android.enableUnitTestBinaryResources=true
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    19
41
1f1ed9b04b80 Update to kotlin 1.3.11
Da Risk <da_risk@geekorum.com>
parents: 0
diff changeset
    20
# specify path of geekdroid source to use them instead of the prebuilt library
1f1ed9b04b80 Update to kotlin 1.3.11
Da Risk <da_risk@geekorum.com>
parents: 0
diff changeset
    21
# GEEKDROID_PROJECT_DIR=/home/darisk/devel/geekorum/geekdroid/
1f1ed9b04b80 Update to kotlin 1.3.11
Da Risk <da_risk@geekorum.com>
parents: 0
diff changeset
    22
0
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    23
# Genymotion configuration
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    24
#RUN_TESTS_ON_GENYMOTION_CLOUD=true
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    25
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    26
# Signature configuration
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    27
#RELEASE_STORE_FILE=/some/path/to/a/keystores/file.jks
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    28
#RELEASE_STORE_PASSWORD=some key pass
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    29
#RELEASE_KEY_ALIAS=the alias
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    30
#RELEASE_KEY_PASSWORD=some key pass
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    31
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    32
# Play store publisher api configuration
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    33
#PLAY_STORE_JSON_KEY_FILE=/path/to/credentials.json
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    34
#PLAY_STORE_TRACK=alpha
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    35
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    36
# Url of the build cache server to use on CI
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    37
#systemProp.CI_BUILD_CACHE_URL=http://localhost/cache/