1
1
object Versions {
2
- const val commonsValidator = " 1.8 .0"
2
+ const val commonsValidator = " 1.9 .0"
3
3
const val jodaTime = " 2.12.7"
4
4
const val junit = " 5.10.2"
5
5
const val jvmTarget = " 17"
6
6
const val kermit = " 2.0.4"
7
7
const val konsist = " 0.15.1"
8
8
const val kotlin = " 2.0.0"
9
- const val kotlinx = " 1.8.0 "
9
+ const val kotlinx = " 1.8.1 "
10
10
const val leakCanary = " 2.13"
11
- const val mockk = " 1.13.11 "
11
+ const val mockk = " 1.13.12 "
12
12
const val mockWebserver = " 4.12.0"
13
- const val turbine = " 1.0 .0"
13
+ const val turbine = " 1.1 .0"
14
14
const val billingClient = " 6.2.0"
15
15
16
16
object Android {
17
17
const val compileSdkVersion = 34
18
- const val junit = " 1.4 .0"
18
+ const val junit = " 1.5 .0"
19
19
const val minSdkVersion = 26
20
20
const val targetSdkVersion = 34
21
21
const val volley = " 1.2.1"
22
22
}
23
23
24
24
object AndroidX {
25
- const val activityCompose = " 1.9.0 "
25
+ const val activityCompose = " 1.9.1 "
26
26
const val appcompat = " 1.7.0"
27
27
const val coreKtx = " 1.13.1"
28
28
const val coreSplashscreen = " 1.1.0-rc01"
29
- const val espresso = " 3.5.1"
30
- const val lifecycle = " 2.8.3"
31
- const val fragmentTesting = " 1.6.2"
32
- const val test = " 1.5.0"
33
- const val testMonitor = " 1.6.1"
34
- const val testOrchestrator = " 1.4.2"
35
- const val testRunner = " 1.5.2"
36
- const val uiautomator = " 2.3.0"
29
+ const val espresso = " 3.6.1"
30
+ const val lifecycle = " 2.8.4"
31
+ const val test = " 1.6.1"
32
+ const val testMonitor = " 1.7.1"
33
+ const val testOrchestrator = " 1.5.0"
34
+ const val testRunner = " 1.6.1"
35
+ const val uiautomator = " 2.4.0-alpha01"
37
36
}
38
37
39
38
object Arrow {
40
39
const val base = " 1.2.4"
41
40
}
42
41
43
42
object Compose {
44
- const val base = " 1.7.0-beta05 "
43
+ const val base = " 1.7.0-beta06 "
45
44
const val destinations = " 2.1.0-beta10"
46
45
const val constrainLayout = " 1.0.1"
47
46
const val foundation = base
@@ -65,7 +64,7 @@ object Versions {
65
64
const val dependencyCheck = " 10.0.3"
66
65
const val detekt = " 1.23.6"
67
66
const val gradleVersions = " 0.51.0"
68
- const val junit5 = " 1.10.0 .0"
67
+ const val junit5 = " 1.10.2 .0"
69
68
const val ktfmt = " 0.17.0"
70
69
// Ksp version is linked with kotlin version, find matching release here:
71
70
// https://github.com/google/ksp/releases
0 commit comments