forked from kibotu/ParallaxScrollingView
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
42 lines (36 loc) · 1.27 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
38
39
40
41
42
# 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.enableR8=true
android.enableR8.fullMode=true
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
android.enableUnitTestBinaryResources=true
# https://speakerdeck.com/snehpandya18/mastering-gradle-3
# gradle=build -x lint -x lintVitalRelease
# https://developer.android.com/studio/preview/features/?utm_source=android-studio#lazy_task_config
android.debug.obsoleteApi=false
#android.proguard.enableRulesExtraction=false
kapt.incremental.apt=true
android.enableSeparateAnnotationProcessing=true
javaCompileOptions.annotationProcessorOptions.includeCompileClasspath = true
# app
APPLICATION_ID=net.kibotu.parallaxscrollingview
VERSION_NAME=1.0.0
# VSC config
VSC_PATH=https://github.com/kibotu/ParallaxScrollingView.git
# github, gitlab, bitbucket
VSC_TYPE=github