-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
37 lines (32 loc) · 1.12 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# gralde config
org.gradle.jvmargs=-Xms8g
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.workers.max=32
org.gradle.caching=true
# kotlin config
#android.enableAapt2=false
kotlinOptions.allWarningsAsErrors=false
android.enableD8=true
android.enableD8.desugaring=true
# https://developer.android.com/topic/libraries/support-library/androidx-overview
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
#robolectric
# https://speakerdeck.com/snehpandya18/mastering-gradle-3
# https://developer.android.com/studio/preview/features/?utm_source=android-studio#lazy_task_config
# android.debug.obsoleteApi=false
kapt.incremental.apt=true
# debug keystore
DEBUG_KEYSYORE_PATH=../certificates/debug.jks
DEBUG_KEYSTORE_ALLIAS=debug
DEBUG_STORE_PASSWORD=9t@hh#nMYM@KT$2w
DEBUG_KEY_PASSWORD=9t@hh#nMYM@KT$2w
# release keystore
RELEASE_KEYSYORE_PATH=../certificates/release.jks
RELEASE_KEYSTORE_ALIAS=release
RELEASE_STORE_PASSWORD=qE!vq5-]}/eB]B^K
RELEASE_KEY_PASSWORD=qE!vq5-]}/eB]B^K