@@ -24,10 +24,10 @@ object Versions {
24
24
object AndroidX {
25
25
const val activityCompose = " 1.9.0"
26
26
const val appcompat = " 1.7.0"
27
- const val coreKtx = " 1.12.0 "
27
+ const val coreKtx = " 1.13.1 "
28
28
const val coreSplashscreen = " 1.1.0-rc01"
29
29
const val espresso = " 3.5.1"
30
- const val lifecycle = " 2.8.2 "
30
+ const val lifecycle = " 2.8.3 "
31
31
const val fragmentTesting = " 1.6.2"
32
32
const val test = " 1.5.0"
33
33
const val testMonitor = " 1.6.1"
@@ -37,21 +37,21 @@ object Versions {
37
37
}
38
38
39
39
object Arrow {
40
- const val base = " 1.2.3 "
40
+ const val base = " 1.2.4 "
41
41
}
42
42
43
43
object Compose {
44
- const val base = " 1.7.0-beta03 "
45
- const val destinations = " 2.1.0-beta09 "
44
+ const val base = " 1.7.0-beta05 "
45
+ const val destinations = " 2.1.0-beta10 "
46
46
const val constrainLayout = " 1.0.1"
47
47
const val foundation = base
48
- const val material3 = " 1.3.0-beta03 "
48
+ const val material3 = " 1.3.0-beta04 "
49
49
}
50
50
51
51
object Grpc {
52
- const val grpcVersion = " 1.64.0 "
52
+ const val grpcVersion = " 1.65.1 "
53
53
const val grpcKotlinVersion = " 1.4.1"
54
- const val protobufVersion = " 3.25.3 "
54
+ const val protobufVersion = " 4.27.2 "
55
55
}
56
56
57
57
object Plugin {
@@ -62,18 +62,18 @@ object Versions {
62
62
const val androidAapt = " $android -10880808"
63
63
const val playPublisher = " 3.9.0"
64
64
const val protobuf = " 0.9.4"
65
- const val dependencyCheck = " 10.0.1 "
66
- const val detekt = " 1.23.5 "
65
+ const val dependencyCheck = " 10.0.3 "
66
+ const val detekt = " 1.23.6 "
67
67
const val gradleVersions = " 0.51.0"
68
68
const val junit5 = " 1.10.0.0"
69
69
const val ktfmt = " 0.17.0"
70
70
// Ksp version is linked with kotlin version, find matching release here:
71
71
// https://github.com/google/ksp/releases
72
- const val ksp = " ${kotlin} -1.0.21 "
72
+ const val ksp = " ${kotlin} -1.0.22 "
73
73
}
74
74
75
75
object Koin {
76
- const val base = " 3.5.3 "
77
- const val compose = " 3.5.3 "
76
+ const val base = " 3.5.6 "
77
+ const val compose = " 3.5.6 "
78
78
}
79
79
}
0 commit comments