2
2
3
3
object Versions {
4
4
// Plugins
5
- const val gradle = " 8.5.0 "
6
- const val kotlin = " 2.0 .0"
5
+ const val gradle = " 8.6.1 "
6
+ const val kotlin = " 2.1 .0"
7
7
const val sonatype = " 2.0.0"
8
- const val ksp = " $kotlin -1.0.22 "
8
+ const val ksp = " $kotlin -1.0.29 "
9
9
10
10
// OneSignal
11
11
const val oneSignal = " 4.8.10"
12
12
13
13
// App
14
14
const val minSdk = 21
15
- const val targetSdk = 34
16
- const val buildTools = " 34 .0.0"
15
+ const val targetSdk = 35
16
+ const val buildTools = " 35 .0.0"
17
17
18
18
// Coroutines
19
- const val coroutines = " 1.8 .1"
19
+ const val coroutines = " 1.10 .1"
20
20
21
21
// Android UI
22
22
const val appcompat = " 1.7.0"
@@ -26,25 +26,25 @@ object Versions {
26
26
const val palette = " 1.0.0"
27
27
const val preference = " 1.2.1"
28
28
const val materialComponents = " 1.12.0"
29
- const val activityKtx = " 1.9.0 "
30
- const val fragmentKtx = " 1.8.1 "
29
+ const val activityKtx = " 1.9.3 "
30
+ const val fragmentKtx = " 1.8.5 "
31
31
32
32
// ViewModel and LiveData
33
- const val lifecycle = " 2.8.2 "
33
+ const val lifecycle = " 2.8.7 "
34
34
const val lifecycleExt = " 2.2.0"
35
35
36
36
// Room Database
37
37
const val room = " 2.6.1"
38
38
39
39
// Work Manager
40
- const val work = " 2.9 .0"
40
+ const val work = " 2.10 .0"
41
41
42
42
// Network & Serialization
43
43
const val gson = " 2.11.0"
44
44
const val retrofit = " 2.11.0"
45
45
46
46
// Image loading and Touch Image View
47
- const val coil = " 2.6 .0"
47
+ const val coil = " 2.7 .0"
48
48
const val touchImageView = " 3.6"
49
49
50
50
// Harmonic Colors
@@ -54,7 +54,7 @@ object Versions {
54
54
const val sectionedRecyclerView = " ea9a5cb"
55
55
56
56
// FastScroll RecyclerView
57
- const val fastScrollRecyclerView = " -SNAPSHOT "
57
+ const val fastScrollRecyclerView = " 9463d46 "
58
58
59
59
// Permissions
60
60
const val permissions = " 3.5.0"
@@ -63,7 +63,7 @@ object Versions {
63
63
const val licenseChecker = " 1.2.8"
64
64
65
65
// In-App Billing
66
- const val inAppBilling = " 7.0.0 "
66
+ const val inAppBilling = " 7.1.1 "
67
67
68
68
// MultiDex
69
69
const val multidex = " 2.0.1"
0 commit comments