-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependencies.gradle
42 lines (33 loc) · 1.35 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
ext.versions = [
minSdk : 23,
compileSdk : 30,
versionCode : 1,
versionName : '1.0.0',
gradleBuildTool : '4.0.1',
kotlin : '1.4.10',
materialVersion : '1.3.0-alpha02',
composeVersion : '1.0.0-alpha03',
constraintVersion : '2.0.1',
coreKtx : '1.3.1',
fragmentVersion : '1.2.5',
lifecycleVersion : '2.2.0',
roomVersion : '2.2.5',
archCompomentVersion : '2.1.0',
daggerHiltCoreVersion : '2.29.1-alpha',
daggerHiltVersion : '1.0.0-alpha02',
retrofitVersion : '2.9.0',
okhttpVersion : '4.7.2',
coroutinesAdapterVersion: '0.9.2',
coroutinesVersion : '1.3.9',
composableCoil : '0.2.1',
timberVersion : '4.7.1',
truthVersion : '1.0.1',
junitVersion : '4.12',
turbineVersion : '0.2.0',
robolectricVersion : '4.3.1',
androidxTest : '1.3.0',
androidxTestJunit : '1.1.2',
androidTestRunner : '1.3.0-beta01',
mockitoKotlinVersion : '2.2.0',
mockitoInlineVersion : '3.3.3'
]