-
Notifications
You must be signed in to change notification settings - Fork 0
/
versions.gradle
42 lines (42 loc) · 1.29 KB
/
versions.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
/**
* Created By nedaluof 2/8/2021.
* */
ext.versions = [
//build configurations
minSdk : 24,
compileSdk : 33,
versionCode : 1,
versionName : '1.0.0',
//app and design
appCompat : '1.6.1',
material : '1.9.0',
constraintLayout : '2.1.4',
recyclerView : '1.3.0',
swipeRefreshLayout: '1.1.0',
fragmentKtx : '1.5.7',
intuit : '1.0.6',
splashApi : '1.0.1',
coil : '2.2.1',
shimmer : '0.5.0',
//jet-pack
lifecycle : '2.6.1',
hilt : '2.46.1',
room : '2.5.1',
room_compiler : '2.5.1',
nav : '2.6.0',
mihawk : '1.2.2',
paging : '3.1.1',
//debugging
timber : '5.0.1',
//kotlin
kotlin : '1.8.0',
coreKtx : '1.10.1',
coroutines : '1.6.4',
reflect : '1.8.10',
//remote
retrofit : '2.9.0',
converter : '2.9.0',
interceptor : '5.0.0-alpha.3',
//serialize json
moshi : '1.14.0'
]