-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.gradle
37 lines (31 loc) · 1.34 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
ext {
cfgs = [
compileSdkVersion : 30,
buildToolsVersion : "29.0.2",
minSdkVersion : 19,
targetSdkVersion : 30,
versionCode : 56,
versionName : "v2.7.3-rc08",
ucropVersionCode : 24,
ucropVersionName : "2.2.4-non-native",
//open version control
androidSupportVersion : "27.0.2",
version_recyclerview : "1.2.1",
version_appcompat : "1.3.1",
localbroadcastmanager : "1.0.0",
activity_version : "1.3.1",
fragment_version : "1.3.6",
camerax_view : "1.0.0-alpha28",
camerax_version : "1.1.0-alpha08",
camera_core_version : "1.0.0-rc04",
experimental_version : "1.1.0",
futures_version : "1.1.0",
// ucrop
androidx_exifinterface_version: "1.3.3",
androidx_transition_version : "1.4.1",
// glide
glide_version : "4.12.0",
// picasso
picasso_version : "2.71828"
]
}