-
Notifications
You must be signed in to change notification settings - Fork 2
/
version.gradle
24 lines (21 loc) · 994 Bytes
/
version.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
ext {
android = [
compileSdkVersion: 29,
buildToolsVersion: "29.0.3",
minSdkVersion : 15,
targetSdkVersion : 29,
versionCode : 23,
versionName : "2.0.3"
]
dependencies = [
"appcompat" : "androidx.appcompat:appcompat:1.1.0",
"constraintlayout" : "androidx.constraintlayout:constraintlayout:1.1.3",
"multidex" : "androidx.multidex:multidex:2.0.0",
"glide" : "com.github.bumptech.glide:glide:4.8.0",
"photoView" : "com.github.chrisbanes:PhotoView:2.3.0",
"luban" : "top.zibin:Luban:1.1.8",
"ucrop" : "com.github.yalantis:ucrop:2.2.4",
"subsampling_imageView": "com.davemorrissey.labs:subsampling-scale-image-view-androidx:3.10.0",
"slidinguppanel" : "com.sothree.slidinguppanel:library:3.4.0"
]
}