-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdependencies.gradle
46 lines (33 loc) · 1.16 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
ext.versions = [
minSdk : 23,
compileSdk : 33,
versionCode : 1,
versionName : '1.0.0',
// gradle plugins
gradleBuildTools : '4.0.1',
// kotlin
kotlin : '1.4.10',
// support library
materialVersion : '1.3.0-alpha02',
constraintVersion : '2.1.4',
// network
retrofitVersion : '2.9.0',
okhttpVersion : '4.7.2',
// coroutines
coroutinesVersion : '1.3.9',
// glide
glideVersion : '4.11.0',
// dagger hilt
hiltVersion : '2.28.3-alpha',
hilttVersion : '2.37',
androidHiltVersion : '1.0.0',
androidHiltKaptVersion : '1.0.0-alpha03',
hiltAndroidXVersion : '1.0.0-alpha02',
// paging 3
pagingVersion : '3.0.0-alpha07',
// navigation component
navVersion : '2.3.0',
//intuit dimens
intuitVersion : '1.0.5',
intuitSdpVersion : '1.0.6'
]