-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.gradle
37 lines (36 loc) · 1.11 KB
/
config.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
ext {
compile_sdk_version = 28
min_sdk_version = 21
target_sdk_version = 28
version_code = 100
version_name = "1.0.0"
}
ext.retrofit2_version = "2.1.0"
ext.retrofit2_converter_gson_version = "2.1.0"
ext.retrofit2_converter_kotlin_coroutines_version = "1.0.0"
ext.okhttp3_logging_version = "3.6.0"
ext.support_version = "28.0.0"
ext.kotlin_coroutines_version = "0.20"
ext.constraint_version = "1.0.2"
ext.junit_version = "4.12"
ext.test_runner_version = "1.0.1"
ext.test_espresso_version = "3.0.1"
ext.brvah_version = "2.9.44"
ext.glide_version = "3.7.0"
ext.agentweb_version = "3.0.0"
ext.barlibrary_version = "2.3.0"
ext.flowlayout_version = "1.1.2"
ext.leakcanary_version = "1.6.1"
ext.rx_java_version = "2.2.3"
ext.rx_kotlin_version = "2.2.0"
ext.rx_android_version = "2.1.0"
ext.okhttp3_version = "3.11.0"
ext.rxbus_version = "1.1"
ext.rxbinding_version = "2.1.1"
ext.rxlifecycle_version = "2.2.1"
ext.fragmentation_version = "1.3.4"
ext.utilcode_version = "1.16.4"
ext.and_permission_version = "2.0.0-rc4"
ext.constraint_layout_version = "1.1.3"
ext.lifecycle_version = "1.1.1"
ext.multi_selecta_dapter = "3.8"