-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdependencies.gradle
43 lines (37 loc) · 1.18 KB
/
dependencies.gradle
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
43
ext.versions = [
minSdk : 16,
compileSdk : 31,
versionCode : 1,
versionName : '1.0.0',
gradleBuildTool : '7.0.2',
spotlessGradle : '5.15.0',
ktlintGradle : '0.41.0',
dokkaGradle : '1.4.32',
binaryValidator : '0.7.1',
mavenPublish : '0.18.0',
kotlin : '1.5.31',
core_ktx : '1.7.0',
androidxAppcompat: '1.3.1',
material : '1.4.0',
constraintlayout : '2.1.1',
lifecycleVersion : '2.3.1',
// network
retrofitVersion : '2.9.0',
okhttpVersion : '4.9.0',
// coroutines
coroutinesVersion: '1.5.2',
// unit test
junit : '4.13.1',
runner : '1.2.0',
junitExt : '1.1.1',
archCore : '2.1.0',
mockito : '3.5.13',
mockitoKotlin : '2.2.0',
robolectric : '4.4',
// for demo
googleMaterial : '1.4.0',
constraintVersion: '2.0.4',
glideVersion : '4.12.0',
baseAdapter : '1.0.4',
timberVersion : '4.7.1'
]