-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathgradle.properties
35 lines (35 loc) · 859 Bytes
/
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
# gradle
org.gradle.jvmargs=-Xmx1536m
org.gradle.parallel=true
# kotlin
kotlin.code.style=official
kotlinVersion=1.5.0
# 1.3.72
kotlin.incremental.multiplatform=true
kotlin.parallel.tasks.in.project=true
ktorVersion=1.5.4
# 1.3.2
kotlinSerializationVersion=1.0.1
# 0.20.0
reactiveVersion=1.1.22
reactiveNmtcVersion=1.1.22-nmtc
coroutinesVersion=1.4.3-native-mt
# 1.5.0-RC-native-mt
kodeinVersion=7.5.0
# 7.0.0
# android
android.useAndroidX=true
android.enableJetifier=true
systemProp.optimize.conservatively=true
buildToolsVersion=30.0.3
gradleAndroidVersion=4.2.0
androidxBaseVersion=1.1.0
androidxUiVersion=2.2.0
androidxTestVersion=1.2.0
androidxEspressoVersion=3.2.0
androidMaterialVersion=1.3.0
androidxSwipeRefreshLayoutVersion=1.1.0
androidxRecyclerviewVersion=1.2.0
androidConstraintLayoutVersion=1.1.3
androidMultidexVersion=2.0.1
glideVersion=4.12.0