-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathversions.gradle
43 lines (37 loc) · 1.81 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
43
ext {
min_sdk_version = 21
target_sdk_version = 29
compile_sdk_version = 29
build_tools_version = "29.0.1"
android_gradle_version = '3.5.3'
kotlin_version = "1.3.50"
kotlin_coroutines_version = "1.3.1"
// androidx libs
androidx_appcompat_version = '1.1.0'
androidx_cardview_version = '1.0.0'
androidx_legacy_version = '1.0.0'
androidx_constraintlayout_version = '1.1.3'
androidx_navigation_version = '2.1.0'
androidx_lifecycle_viewmodel_ktx_version = '2.1.0'
androidx_room_version = '2.2.0-rc01'
//other Google libs
google_material_version = '1.0.0'
// my libs
toolbox_version = '0.9.59'
// third party libs
facebook_shimmer_version = '0.5.0'
bumptech_glide_version = '4.7.1'
square_retrofit2_version = '2.6.1'
square_moshi_kotlin_version = '1.8.0'
square_okhttp3_logging_interceptor_version = '4.2.0'
square_leak_canary_version = '2.0-beta-3'
commons_io_version = '2.6.0'
koin_version = '2.0.0-rc-1'
chris_banes_photo_view = '2.3.0'
// test libs
junit5_version = '5.5.2'
junit5_plugin_version = '1.5.1.0'
kluent_version = '1.54'
mockito_kotlin_version = '2.2.0'
kuper_reflect_version = '0.2.1'
}