-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.gradle
39 lines (32 loc) · 1.35 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
ext {
cfgs = [
compileSdkVersion : 30,
buildToolsVersion : "28.0.3",
minSdkVersion : 19,
targetSdkVersion : 30,
versionCode : 31,
versionName : "2.6.1",
ucropVersionCode : 24,
ucropVersionName : "2.2.4-non-native",
//open version control
androidSupportVersion : "27.0.2",
version_recyclerview : "1.2.0",
version_appcompat : "1.2.0",
localbroadcastmanager : "1.0.0",
camerax_view : "1.0.0-alpha23",
camerax_version : "1.1.0-alpha03",
camera_core_version : "1.0.0-beta03",
experimental_version : "1.1.0",
futures_version : "1.1.0",
// ucrop
androidx_appcompat_version : "1.2.0",
androidx_exifinterface_version: "1.3.2",
androidx_transition_version : "1.4.0",
// okio
okio_version : "2.10.0",
// glide
glide_version : "4.12.0",
// picasso
picasso_version : "2.71828"
]
}