gradle.properties
author Da Risk <da_risk@geekorum.com>
Wed, 30 Nov 2022 14:21:30 -0400
changeset 926 1abf47e0d16a
parent 913 b9895a0cd6f3
child 941 dd7a7a2adb1c
permissions -rw-r--r--
app: replace play-services-oss-licenses with our own OpenSourceLicensesActivity
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
659
518901e77e70 build: Disable annotation processor discovery
Da Risk <da_risk@geekorum.com>
parents: 654
diff changeset
    16
# Annotation processors discovery from compile classpath is deprecated.
518901e77e70 build: Disable annotation processor discovery
Da Risk <da_risk@geekorum.com>
parents: 654
diff changeset
    17
# disable it
660
05559ff7bbe1 Really disable annotation processor discovery
Da Risk <da_risk@geekorum.com>
parents: 659
diff changeset
    18
kapt.include.compile.classpath=false
659
518901e77e70 build: Disable annotation processor discovery
Da Risk <da_risk@geekorum.com>
parents: 654
diff changeset
    19
566
5f481ad9fcc6 Update to gradle-6.0.1
Da Risk <da_risk@geekorum.com>
parents: 525
diff changeset
    20
# plugin dependencies version
910
1598a2cdb888 build: update to kotlin 1.7.20
Da Risk <da_risk@geekorum.com>
parents: 901
diff changeset
    21
kotlinVersion=1.7.20
913
b9895a0cd6f3 build: update a bunch of dependencies
Da Risk <da_risk@geekorum.com>
parents: 912
diff changeset
    22
androidxNavigationVersion=2.5.3
789
bca9b47ed60d build: update to agp 4.2.1
Da Risk <da_risk@geekorum.com>
parents: 788
diff changeset
    23
crashlyticsVersion=2.5.2
891
09241d3fb2da build: update to AGP 7.2.1
Da Risk <da_risk@geekorum.com>
parents: 883
diff changeset
    24
googleServicesVersion=4.3.5
926
1abf47e0d16a app: replace play-services-oss-licenses with our own OpenSourceLicensesActivity
Da Risk <da_risk@geekorum.com>
parents: 913
diff changeset
    25
ossLicensesVersion=0.10.5
912
e4d3146a0e72 build: update dagger/hilt
Da Risk <da_risk@geekorum.com>
parents: 910
diff changeset
    26
hiltVersion=2.44
566
5f481ad9fcc6 Update to gradle-6.0.1
Da Risk <da_risk@geekorum.com>
parents: 525
diff changeset
    27
41
1f1ed9b04b80 Update to kotlin 1.3.11
Da Risk <da_risk@geekorum.com>
parents: 0
diff changeset
    28
# 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
    29
# 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
    30
661
f3f18143704a build: Add Avdl configuration
Da Risk <da_risk@geekorum.com>
parents: 660
diff changeset
    31
# avdl configuration
f3f18143704a build: Add Avdl configuration
Da Risk <da_risk@geekorum.com>
parents: 660
diff changeset
    32
# RUN_TESTS_ON_AVDL=true
f3f18143704a build: Add Avdl configuration
Da Risk <da_risk@geekorum.com>
parents: 660
diff changeset
    33
# FLYDROID_URL=https://flydroid.example.com
f3f18143704a build: Add Avdl configuration
Da Risk <da_risk@geekorum.com>
parents: 660
diff changeset
    34
# FLYDROID_KEY=my-flydroid-api-key
0
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
# Signature configuration
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    37
#RELEASE_STORE_FILE=/some/path/to/a/keystores/file.jks
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    38
#RELEASE_STORE_PASSWORD=some key pass
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    39
#RELEASE_KEY_ALIAS=the alias
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    40
#RELEASE_KEY_PASSWORD=some key pass
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    41
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    42
# Play store publisher api configuration
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    43
#PLAY_STORE_JSON_KEY_FILE=/path/to/credentials.json
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    44
#PLAY_STORE_TRACK=alpha
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    45
525
e884f73f9eef build: update source-licence-checker and enable it with a flag on ci build only
Da Risk <da_risk@geekorum.com>
parents: 75
diff changeset
    46
# enable check of license headers. This slow down the build so it is not enable by default
e884f73f9eef build: update source-licence-checker and enable it with a flag on ci build only
Da Risk <da_risk@geekorum.com>
parents: 75
diff changeset
    47
# CHECK_LICENSE_HEADERS=true
e884f73f9eef build: update source-licence-checker and enable it with a flag on ci build only
Da Risk <da_risk@geekorum.com>
parents: 75
diff changeset
    48
0
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    49
# Url of the build cache server to use on CI
14443efede32 Initial commit
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    50
#systemProp.CI_BUILD_CACHE_URL=http://localhost/cache/