forked from CanHub/Android-Image-Cropper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
versions.gradle
36 lines (29 loc) · 861 Bytes
/
versions.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
ext {
// Project
libVersion = "3.3.4"
compileSdkVersion = 31
targetSdkVersion = 31
minSdkVersion = 14
// 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'
androidXLifeCycleVersion = '2.3.1'
androidXJunitVersion = '1.1.3'
androidXFragmentVersion = '1.3.5'
androidXTestVersion = '1.4.0' // when update to android 12, please uncomment PickImageContractTest && CropImageContractTest
// JUnit
junitVersion = '4.13.2'
// Robolectric
robolectricVersion = '4.5.1'
}