-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversions.gradle
More file actions
37 lines (28 loc) · 940 Bytes
/
versions.gradle
File metadata and controls
37 lines (28 loc) · 940 Bytes
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
ext {
compile_sdk_version = 32
min_sdk_version = 21
target_sdk_version = 32
core_ktx_version = '1.8.0'
appcompat_version = '1.4.2'
material_version = '1.6.1'
constraintlayout_version = '2.1.4'
kotlinx_coroutines_android_version = '1.6.1'
kotlinx_coroutines_core_version = '1.5.0'
lifecycle_runtime_ktx_version = '2.6.0-alpha01'
datastore_preferences_version = '1.0.0'
hilt_version = '2.43'
okhttp_version = '4.9.3'
retrofit_version = '2.9.0'
gson_version = '2.9.0'
kakao_version = '2.11.0'
flipper_version = '0.156.0'
soloader_version = '0.10.4'
flipper_android_no_op_version = '0.9.0'
flipper_retrofit2_protobuf_plugin_version = '0.91.2'
junit_version = '4.13.2'
android_junit_version = '1.1.3'
android_espresso_core_version = '3.4.0'
dotsindicator_version = '4.3'
glide_version = '4.12.0'
glide_compiler_version = '4.12.0'
}