-
Notifications
You must be signed in to change notification settings - Fork 1
/
versions.gradle
31 lines (30 loc) · 902 Bytes
/
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
ext {
kotlin_version = "1.5.10"
gradle_plugin_version = "7.0.2"
fragment_version = "1.3.6"
lifecycle_version = "2.2.0"
lifecycle_livedata_version = "2.3.1"
appcompat_version = "1.3.1"
recylcerview_version = "1.2.1"
core_ktx_version = "1.6.0"
constraint_layout_version = "2.1.0"
material_version = "1.4.0"
nav_version = "2.3.5"
retrofit_version = "2.9.0"
coroutines_version = "1.4.2"
gson_version = "2.8.6"
okhttp_version = "4.9.1"
okhttp_version = "4.9.1"
http_logging_interceptor_version = "4.9.1"
shimmer_version = '0.5.0'
hilt_version = "2.36"
sdp_version = "1.0.6"
ssp_version = "1.0.6"
coil_version = "1.3.2"
mockk_version = "1.11.0"
arch_testing_version = "2.1.0"
espresso_version = "3.4.0"
junit_version = "4.13.2"
core_testing_version = "1.1.1"
android_text_ext_version = "1.1.3"
}