-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig.gradle
More file actions
94 lines (94 loc) · 2.28 KB
/
config.gradle
File metadata and controls
94 lines (94 loc) · 2.28 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
/**
* 全局统一配置文件
*/
ext{
//编译版本
compile_sdk_version = 31
//最小运行版本
min_sdk_version = 21
//目标版本
target_sdk_version = 31
//构建版本
build_tools_version = "31.0.0"
//App版本号
appVersionCode = 16
//App版本名字
appVersionName = "1.2.2"
//appcompat 版本
appcompatVersion = "1.2.0"
//material 版本
materialVersion = "1.1.0"
//junit 版本
junitVersion = "4.12"
//junit
junitextVersion = "1.1.2"
//espresso-core
espressoCoreVersion = "3.3.0"
//fragment
fragmentVersion = "1.2.4"
//阿里Aroute
arouterVersion = "1.5.1"
arouterCompilerVersion = "1.2.2"
//aspectJ
aspectjVersion = "1.9.7"
//constraintlayout
constraintLayoutVersion = "2.0.4"
//okhttpVersion
okHttpVersion = "3.12.11"
//gsonVersion
gsonVersion = "2.8.5"
//annoation
annoationVersion = "1.1.0"
//底部导航栏
bottom_navigatVersion = "1.2.4-beta2"
//屏幕适配
autoSizeViersion = "1.2.0"
//全局加载视图框架
loadsirVersion = "1.3.8"
//cookie自动化管理
// CookieVersion = "v1.0.0"
//refreshVersion刷新框架
smartRefreshVersion = "2.0.3"
//分包问题 65536
multidexVersion = "1.0.3"
//BaseAdapter
BaseAdapterVersion = "3.0.4"
//第三方Recycleview
recycleviewVersion = "1.3.2"
//Glide图片加载
glideVersion = "4.11.0"
//banner图加载
bannerVersion = "2.1.0"
//标题滑动导航栏
magicIndicatorVersion = "1.7.0"
//腾讯存储 类似sp
mmkvVersion = "1.2.2"
//eventbusVersion
eventbusVersion = "3.2.0"
//flexbox
flexLayoutVersion = "2.0.1"
//roomVersion
roomVersion = "2.2.5"
//agentVersion
AgentVersion = "4.1.9-androidx"
//cameraX
cameraXVersion = "1.0.0-beta12"
//ktx
ktxVersion = "1.3.2"
//cameraView
cameraViewVersion = "1.0.0-alpha19"
//zxing
zingVersion = "3.4.1"
//lifecycle
lifecycleVersion = "2.2.0"
//版本更新
buglyVersion = "3.3.9"
//leakCanary内存泄漏检查框架
leakCanaryVersion = "2.7"
//预览大图控件
sketchPhotoVersion = "2.7.1"
//骨架屏显示
shimmerlayout = "2.1.0"
//Auto-service
autoservice = "1.0.1"
}