-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdependencies_versions.gradle
36 lines (36 loc) · 1.01 KB
/
dependencies_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
ext {
accompanist = '0.24.1-alpha'
androidx_compat = '1.4.2'
androidx_lifecycle = '2.5.0'
androidx_startup = '1.1.1'
compose_activity = '1.5.0'
compose_version = '1.1.1'
compose_compiler = '1.3.1'
compose_custom_view = '1.0.0'
core_ktx = '1.8.0'
espresso = '3.4.0'
firebase = '30.4.1'
google_material = '1.6.1'
google_material_3 = '1.0.0-alpha14'
google_truth = '1.1.2'
junit4 = '4.13.2'
junit_jupiter = '5.6.2'
androidx_junit_ext = '1.1.3'
junit_vintage = '5.8.0'
robolectric = '4.8'
koin_version = '3.1.2'
kotlinx_serialization = '1.3.2'
kotlinx_serialization_converter = '0.8.0'
okhttp = '4.10.0'
retrofit = '2.9.0'
lottie_compose_version = '5.2.0'
compone_navigation_version = '2.5.0'
compose_viewmodel = '2.5.0'
coil_version = '2.1.0'
ktlint_version = '0.46.1'
coroutine_version = '1.5.2'
coroutine_test_version = '1.6.3'
mockk = '1.13.1'
room_version = '2.4.3'
ksp_version = '1.7.10-1.0.6'
}