-
-
Notifications
You must be signed in to change notification settings - Fork 158
/
dependencies.gradle
72 lines (57 loc) · 1.94 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
68
69
70
71
72
ext.versions = [
minSdk : 23,
compileSdk : 33,
versionCode : 5,
versionName : '1.0.4',
gradleBuildTool : '7.4.1',
spotlessGradle : '6.7.0',
kotlin : '1.8.10',
// material
materialVersion : '1.6.0',
// compose
composeCompiler : '1.4.4',
composeVersion : '1.3.1',
constraintVersion : '1.0.0',
activityVersion : '1.4.0',
composeNavVersion : '2.5.0',
// compose image loading
landscapistVersion : '2.2.0',
// accompanist
accompanistVersion : '0.28.0',
// compose compatibles
balloon : '1.5.3',
// architecture components
fragmentVersion : '1.3.1',
lifecycleVersion : '2.4.1',
roomVersion : '2.5.1',
archCompomentVersion : '2.1.0',
// startup
startupVersion : '1.1.1',
// di
hiltVersion : '2.46.1',
hiltComposeNavigation: '1.0.0',
// network
retrofitVersion : '2.9.0',
okhttpVersion : '4.11.0',
sandwichVersion : '1.3.7',
// coroutines
coroutinesVersion : '1.6.4',
// whatIf
whatIfVersion : '1.1.1',
// debugging
timberVersion : '5.0.1',
// benchmark
baselineProfiles : '1.2.0',
macroBenchmark : '1.1.0',
uiAutomator : '2.2.0',
// unit test
truthVersion : '1.0.1',
junitVersion : '4.12',
turbineVersion : '0.2.0',
robolectricVersion : '4.9',
androidxTest : '1.3.0',
androidxTestJunit : '1.1.2-rc01',
androidTestRunner : '1.3.0-beta01',
mockitoKotlinVersion : '2.2.0',
mockitoInlineVersion : '3.3.3'
]