forked from sdwfqin/AndroidSamples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.gradle
More file actions
32 lines (29 loc) · 688 Bytes
/
config.gradle
File metadata and controls
32 lines (29 loc) · 688 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
ext {
// Sdk and tools
minSdkVersion = 17
targetSdkVersion = 28
compileSdkVersion = 28
buildToolsVersion = '28.0.3'
// App dependencies
support = '28.0.0'
constraint = '1.1.3'
vlayout = '1.2.18'
butterknifeVersion = '8.8.1'
daggerVersion = '2.17'
eventbus = '3.1.1'
greendao = '3.2.2'
brvah = '2.9.42'
SwipeDelMenuLayout = 'V1.3.0'
glide = '4.8.0'
banner = '1.4.10'
matisse = '0.5.2-beta3'
easypermissions = '2.0.0'
utilcode = '1.22.0'
ucrop = '2.2.2'
// squareup
retrofitVersion = '2.4.0'
okhttpVersion = '3.11.0'
// rxjava
rxjavaVersion = '2.2.2'
rxandroidVersion = '2.1.0'
}