|
0
|
1 |
# Project-wide Gradle settings.
|
|
|
2 |
|
|
|
3 |
# IDE (e.g. Android Studio) users:
|
|
|
4 |
# Gradle settings configured through the IDE *will override*
|
|
|
5 |
# any settings specified in this file.
|
|
|
6 |
|
|
|
7 |
# For more details on how to configure your build environment visit
|
|
|
8 |
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
|
|
9 |
|
|
|
10 |
# Specifies the JVM arguments used for the daemon process.
|
|
|
11 |
# The setting is particularly useful for tweaking memory settings.
|
|
|
12 |
org.gradle.jvmargs=-Xmx1536m
|
|
|
13 |
|
|
|
14 |
android.useAndroidX=true
|
|
|
15 |
android.enableJetifier=true
|
|
|
16 |
|
|
|
17 |
# use binary resources in jvm tests for robolectric
|
|
|
18 |
android.enableUnitTestBinaryResources=true
|
|
|
19 |
|
|
41
|
20 |
# specify path of geekdroid source to use them instead of the prebuilt library
|
|
|
21 |
# GEEKDROID_PROJECT_DIR=/home/darisk/devel/geekorum/geekdroid/
|
|
|
22 |
|
|
0
|
23 |
# Genymotion configuration
|
|
|
24 |
#RUN_TESTS_ON_GENYMOTION_CLOUD=true
|
|
|
25 |
|
|
|
26 |
# Signature configuration
|
|
|
27 |
#RELEASE_STORE_FILE=/some/path/to/a/keystores/file.jks
|
|
|
28 |
#RELEASE_STORE_PASSWORD=some key pass
|
|
|
29 |
#RELEASE_KEY_ALIAS=the alias
|
|
|
30 |
#RELEASE_KEY_PASSWORD=some key pass
|
|
|
31 |
|
|
|
32 |
# Play store publisher api configuration
|
|
|
33 |
#PLAY_STORE_JSON_KEY_FILE=/path/to/credentials.json
|
|
|
34 |
#PLAY_STORE_TRACK=alpha
|
|
|
35 |
|
|
|
36 |
# Url of the build cache server to use on CI
|
|
|
37 |
#systemProp.CI_BUILD_CACHE_URL=http://localhost/cache/
|