forked from CanHub/Android-Image-Cropper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversions.gradle
More file actions
34 lines (27 loc) · 773 Bytes
/
versions.gradle
File metadata and controls
34 lines (27 loc) · 773 Bytes
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
ext {
// Project
libVersion = "4.2.1"
compileSdkVersion = 31
targetSdkVersion = 31
minSdkVersion = 16
// Gradle's
androidGradleVersion = '7.0.0'
ktlintGradleVersion = '10.0.0'
mavenGradleVersion = '2.1'
// JetBrains
kotlinVersion = '1.5.20'
coroutinesVersion = '1.5.1'
// Android
materialVersion = '1.4.0'
// AndroidX
androidXActivity = '1.3.1'
androidXAppCompatVersion = '1.3.1'
androidXExifVersion = '1.3.3'
androidXCoreKtxVersion = '1.6.0'
androidXJunitVersion = '1.1.3'
androidXTestVersion = '1.4.0' // when update to android 12, please uncomment PickImageContractTest && CropImageContractTest
// JUnit
junitVersion = '4.13.2'
// Mockk
mockkVersion = '1.12.0'
}