-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathdependencies.gradle
35 lines (35 loc) · 1.19 KB
/
dependencies.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
//参考material-dialogs
ext.versions = [
minSdk : 15,
compileSdk : 27,
targetSdk : 27,
buildTools : '27.0.3',
gradlePlugin : '3.1.3',
versionCode : 1,
versionName : '1.2.0',
supportLib : '27.1.1',
constraintLayout : '1.0.2',
dbflow : '4.0.5',
leakcanary : '1.6.1',
debugDb : '1.0.1',
logger : '2.1.1',
novate : '1.5.2.3',
xrecyclerview : '1.5.9',
baseRvadapter : '3.0.3',
viewPagerIndicator: '1.1.6',
banner : '1.4.10',
glide : '4.2.0',
butterKnife : '8.8.1',
updateApp : '3.5.2',
materialDialogs : '0.9.6.0',
debugDb : '1.0.1',
circleimageview : '2.2.0',
utilcode : '1.9.10',
glideTransformations : '2.0.1',
agentweb : '2.0.1',
gsonVersion : '2.8.0',
rxpermissions : '0.10.2',
reactivenetwork : '0.12.2',
takephoto : '4.0.3',
PhotoView : '2.1.3'
]