-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.gradle
55 lines (49 loc) · 2.4 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
52
53
54
55
ext {
configuration = [
versionCode : 1,
versionName : "1.0.0",
compileSdkVersion : 28,
appMinSdkVersion : 16,
libMinSdkVersion : 16,
targetSdkVersion : 28,
applicationId : "com.winsky.winto.baseapp",
applicationId_debug : "com.winsky.winto.baseapp.debug",
]
libraries = [
supportVersion : "28.0.0",
design : "28.0.0",
okgo : "3.0.4",
okserver : "2.0.5",
glide : "4.5.0",
gif : "1.2.12",
gson : "2.8.0",
permission : "2.0.0-rc12",
ripplebackground : "1.0.1",
BaseRecyclerViewAdapterHelper : "2.9.34",
fragmentation : "1.3.3",
swipeback : "1.3.3",
scope : "1.1.0",
eventbus : "3.0.0",
smoothprogressbar : "1.3.0",
banner : "1.4.10",
materialratingbar : "1.3.1",
butterknife : "8.8.1",
PickerView : "4.1.3",
Refresh : "1.0.5.1",
nucleus : "7.0.0",
rebound : "0.3.8",
nineoldandroids : "2.4.0",
websocket : "2.4",
rxjava : "2.1.3",
rxandroid : "2.0.1",
greendao : "3.2.2",
GreenDaoUpgradeHelper : "v2.0.3",
sqlcipher : "3.5.9",
multidex : "1.0.3",
leakcanary : "1.5.4",
versionchecklib : "2.0.8",
PictureSelector : "v2.2.3",
EasySwipeMenuLayout : "1.1.2",
slidableactivity : "2.0.6",
]
}