| author | Da Risk <da_risk@geekorum.com> |
| Sun, 11 Oct 2020 22:46:24 -0400 | |
| changeset 764 | f1c8c08505a1 |
| parent 750 | 3a182d06fb1b |
| child 771 | a41f661ee6ff |
| permissions | -rw-r--r-- |
| 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 |
||
|
659
518901e77e70
build: Disable annotation processor discovery
Da Risk <da_risk@geekorum.com>
parents:
654
diff
changeset
|
17 |
# Annotation processors discovery from compile classpath is deprecated. |
|
518901e77e70
build: Disable annotation processor discovery
Da Risk <da_risk@geekorum.com>
parents:
654
diff
changeset
|
18 |
# disable it |
|
660
05559ff7bbe1
Really disable annotation processor discovery
Da Risk <da_risk@geekorum.com>
parents:
659
diff
changeset
|
19 |
kapt.include.compile.classpath=false |
|
659
518901e77e70
build: Disable annotation processor discovery
Da Risk <da_risk@geekorum.com>
parents:
654
diff
changeset
|
20 |
|
| 566 | 21 |
# plugin dependencies version |
|
764
f1c8c08505a1
update to kotlin-1.4.10 and kotlinx.serialization-1.0.0
Da Risk <da_risk@geekorum.com>
parents:
750
diff
changeset
|
22 |
kotlinVersion=1.4.10 |
| 566 | 23 |
androidxNavigationVersion=2.1.0 |
| 672 | 24 |
crashlyticsVersion=2.1.0 |
| 566 | 25 |
googleServicesVersion=4.3.3 |
|
637
75931505597c
build: update to osslicense plugin 0.10.0
Da Risk <da_risk@geekorum.com>
parents:
635
diff
changeset
|
26 |
ossLicensesVersion=0.10.0 |
| 717 | 27 |
hiltVersion=2.28-alpha |
| 566 | 28 |
|
| 41 | 29 |
# specify path of geekdroid source to use them instead of the prebuilt library |
30 |
# GEEKDROID_PROJECT_DIR=/home/darisk/devel/geekorum/geekdroid/ |
|
31 |
||
|
661
f3f18143704a
build: Add Avdl configuration
Da Risk <da_risk@geekorum.com>
parents:
660
diff
changeset
|
32 |
# avdl configuration |
|
f3f18143704a
build: Add Avdl configuration
Da Risk <da_risk@geekorum.com>
parents:
660
diff
changeset
|
33 |
# RUN_TESTS_ON_AVDL=true |
|
f3f18143704a
build: Add Avdl configuration
Da Risk <da_risk@geekorum.com>
parents:
660
diff
changeset
|
34 |
# FLYDROID_URL=https://flydroid.example.com |
|
f3f18143704a
build: Add Avdl configuration
Da Risk <da_risk@geekorum.com>
parents:
660
diff
changeset
|
35 |
# FLYDROID_KEY=my-flydroid-api-key |
| 0 | 36 |
|
37 |
# Signature configuration |
|
38 |
#RELEASE_STORE_FILE=/some/path/to/a/keystores/file.jks |
|
39 |
#RELEASE_STORE_PASSWORD=some key pass |
|
40 |
#RELEASE_KEY_ALIAS=the alias |
|
41 |
#RELEASE_KEY_PASSWORD=some key pass |
|
42 |
||
43 |
# Play store publisher api configuration |
|
44 |
#PLAY_STORE_JSON_KEY_FILE=/path/to/credentials.json |
|
45 |
#PLAY_STORE_TRACK=alpha |
|
46 |
||
|
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
|
47 |
# 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
|
48 |
# 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
|
49 |
|
| 0 | 50 |
# Url of the build cache server to use on CI |
51 |
#systemProp.CI_BUILD_CACHE_URL=http://localhost/cache/ |