-
Notifications
You must be signed in to change notification settings - Fork 71
/
Copy pathdependencies.gradle
67 lines (53 loc) · 1.65 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
ext.versions = [
minSdk : 21,
compileSdk : 31,
versionCode : 1,
versionName : '1.0.0',
gradleBuildTool : '7.0.2',
spotlessGradle : '5.15.0',
kotlin : '1.5.31',
// material
materialVersion : '1.5.0-alpha02',
// compose
composeVersion : '1.1.0-beta03',
constraintVersion : '1.0.0-beta02',
activityVersion : '1.3.0-rc02',
composeNavVersion : '2.4.0-beta02',
// compose image loading
landscapistVersion : '1.4.3',
// compose compatibles
orchestraVersion : '1.1.1',
// compose insets
accompanistVersion : '0.20.0',
// architecture components
fragmentVersion : '1.3.6',
lifecycleVersion : '2.2.0',
roomVersion : '2.3.0',
archCompomentVersion : '2.1.0',
// startup
startupVersion : '1.1.0',
// di
hiltCoreVersion : '2.40.1',
hiltVersion : '1.0.0',
hiltComposeNavigation: '1.0.0-alpha03',
// network
retrofitVersion : '2.9.0',
okhttpVersion : '4.7.2',
sandwichVersion : '1.2.1',
// coroutines
coroutinesVersion : '1.4.1',
// whatIf
whatIfVersion : '1.1.0',
// debugging
timberVersion : '4.7.1',
// unit test
truthVersion : '1.0.1',
junitVersion : '4.12',
turbineVersion : '0.2.0',
robolectricVersion : '4.3.1',
androidxTest : '1.3.0',
androidxTestJunit : '1.1.2-rc01',
androidTestRunner : '1.3.0-beta01',
mockitoKotlinVersion : '2.2.0',
mockitoInlineVersion : '3.3.3'
]