-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.gradle
51 lines (48 loc) · 1.12 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
ext {
// Sdk and tools
targetSdkVersion = 28
compileSdkVersion = 28
minSdkVersion = 21
// Google Support
appcompat = '1.1.0-alpha01'
core = '1.1.0-alpha01'
constraintlayout = '1.1.2'
supportV4 = '1.0.0-beta01'
junit = '4.13-beta-3'
runner = '1.3.0-alpha01'
espressoCore = '3.3.0-alpha01'
// Retrofit
retrofit = '2.6.0'
gson = '2.6.0'
// 状态栏
statusbarutil = '1.5.1'
// 页面侧滑
swipebacklayout = '1.2.0@aar'
// 键对值存储
hawk = '2.0.1'
// Jetpack navigation
nav_version = '1.0.0'
// jetpack LifeRecycler
lifecycle_version = '2.2.0-alpha02'
// 滑动选择对话框
WheelPicker = '1.5.6'
// RecyclerView
recyclerview = '1.0.0'
// 工具库
EasyAndroid = '1.2.5'
// adapter
BaseRecyclerViewAdapterHelper = '2.9.46'
// autosize 屏幕适配
autosize = '1.1.2'
// 选择城市
// citypicker = '2.0.3'
// banner
mzBanner = 'v2.0.2'
glide = '4.9.0'
//版本更新
updatePlugin = '3.1.2'
// 扫一扫
zxing = '2.1.3'
// EventBus
eventbus = '3.1.1'
}