-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependencies.gradle
More file actions
49 lines (44 loc) · 1.36 KB
/
dependencies.gradle
File metadata and controls
49 lines (44 loc) · 1.36 KB
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
44
45
46
47
48
49
ext {
compile_sdk_version = 28
build_tools_version = '28.0.3'
// 配置环境
min_sdk_version = 15
target_sdk_version = 28
app_version_code = 2
app_version_name = "1.0.1"
base_version_code = 3
base_version_name = "0.0.3"
common_version_code = 3
common_version_name = "0.0.3"
document_version_code = 1
document_version_name = "0.0.1"
utils_version_code = 7
utils_version_name = "0.0.4"
support_version_code = 1
support_version_name = "0.0.2"
support_v2_version_code = 1
support_v2_version_name = "0.0.1"
templete_version_code = 1
templete_version_name = "0.0.1"
// support SDK 配置
support_appcompat_version = "28.0.0-alpha1"
support_recyclerview_version = "28.0.0-alpha1"
support_annotations_version = "28.0.0-alpha1"
support_v4_version = "28.0.0-alpha1"
junit_version = "4.12"
runner_version = "1.0.2"
espresso_core_version = "3.0.2"
// component SDK 配置
config_version_name = "0.0.1"
config_version_code = 1
permission_version_name = "0.0.1"
permission_version_code = 1
// extended SDK 配置
gson_version = "2.8.0"
butterknife_version = "8.8.1"
crash_version = "0.0.6"
stetho_version = "1.5.0"
stetho_okhttp3_version = "1.5.0"
leakcanary_android_version = "1.5.4"
leakcanary_android_no_op_version = "1.5.4"
}