-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig.gradle
More file actions
48 lines (36 loc) · 1014 Bytes
/
config.gradle
File metadata and controls
48 lines (36 loc) · 1014 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
37
38
39
40
41
42
43
44
45
46
47
48
ext {
compileSdkVersion = 28
buildToolsVersion = '28.0.2'
minSdkVersion = 19
targetSdkVersion = 28
androidx = '1.0.0'
design = '1.0.0'
constraint_layout = '1.1.3'
cardview = '1.0.0'
okhttp3 = '3.10.0'
retrofit = '2.4.0'
retrofit_converter_gson = '2.0.2'
butterknife = '10.2.1'
butterknife_compiler = '10.2.1'
glide = '4.11.0'
glide_compiler = '4.11.0'
banner = '1.4.10'
rxjava = '2.1.1'
rxandroid = '2.0.1'
adapter_rxjava2 = '2.3.0'
event_bus = '3.1.1'
eventbus_annotation_processor = '3.1.1'
BaseRecyclerViewAdapterHelper = '2.9.30'
customactivityoncrash = '2.2.0'
PersistentCookieJar = 'v1.0.1'
umeng_common = '1.5.0'
umeng_analytics = '7.5.0'
SmartRefreshLayout = '1.0.5'
infinitecycleviewpager = '1.0.2'
SVGAPlayer_Android = '2.4.7'
flowlayout = '1.0.1'
greendao = '3.3.0'
bga_swipebacklayout = '1.2.0'
blockcanary_android = '1.5.0'
blockcanary_no_op = '1.5.0'
}