-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibversion.gradle
More file actions
36 lines (28 loc) · 854 Bytes
/
libversion.gradle
File metadata and controls
36 lines (28 loc) · 854 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
ext {
minVersion = 19 //APP最小支持版本
compileVersion = 28 //编译时版本
targetVersion = 28 //目标版本
buildVersion = "29.0.0" //构建版本
appcompat = '1.0.0'
google_material = "1.0.0"
support_v4 = '1.0.0-alpha1'
junit = "4.12"
test_runner = "1.0.2"
espresso_core = "3.0.2"
okhttp = "3.12.0"
kotlinx_coroutines_android = "1.3.0-M1"
gson = "2.8.5"
glide = "4.9.0"
work_version = "2.0.1"
anko_version = '0.10.8'
paging_version = "2.1.0"
constraintlayout = "1.1.3"
nav_version_ktx = "2.0.0"
kotlinx_coroutines = "1.0.1"
lifecycle_version = "2.0.0"
constraintlayout = "1.1.3"
anko_version = '0.10.8'
hdodenhof_circleimageview="2.2.0"//圆形图片
app_joint = "1.7"
mmkv = "1.0.22"
}