-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.gradle
32 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
ext {
cfgs = [
compileSdkVersion : 30,
buildToolsVersion : "30.0.2",
minSdkVersion : 21,
targetSdkVersion : 30,
versionCode : 1,
versionName : "1.0.0",
ucropVersionCode : 24,
ucropVersionName : "2.2.4-non-native",
//open version control
androidSupportVersion : "27.0.2",
version_recyclerview : "1.0.0",
version_appcompat : "1.2.0",
localbroadcastmanager : "1.0.0",
camerax_view : "1.0.0-alpha20",
camerax_version : "1.0.0-rc01",
camera_core_version : "1.0.0-beta03",
experimental_version : "1.1.0-alpha01",
futures_version : "1.1.0",
// ucrop
androidx_appcompat_version : "1.2.0",
androidx_exifinterface_version: "1.3.2",
androidx_transition_version : "1.3.1",
// okio
okio_version : "2.9.0",
// glide
glide_version : "4.11.0",
// picasso
picasso_version : "2.71828"
]
}