Skip to content

Commit 365e0c2

Browse files
chore: upgrade dependencies
1 parent 569b792 commit 365e0c2

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

buildSrc/src/main/java/Versions.kt

+13-13
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22

33
object Versions {
44
// 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"
77
const val sonatype = "2.0.0"
8-
const val ksp = "$kotlin-1.0.22"
8+
const val ksp = "$kotlin-1.0.29"
99

1010
// OneSignal
1111
const val oneSignal = "4.8.10"
1212

1313
// App
1414
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"
1717

1818
// Coroutines
19-
const val coroutines = "1.8.1"
19+
const val coroutines = "1.10.1"
2020

2121
// Android UI
2222
const val appcompat = "1.7.0"
@@ -26,25 +26,25 @@ object Versions {
2626
const val palette = "1.0.0"
2727
const val preference = "1.2.1"
2828
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"
3131

3232
// ViewModel and LiveData
33-
const val lifecycle = "2.8.2"
33+
const val lifecycle = "2.8.7"
3434
const val lifecycleExt = "2.2.0"
3535

3636
// Room Database
3737
const val room = "2.6.1"
3838

3939
// Work Manager
40-
const val work = "2.9.0"
40+
const val work = "2.10.0"
4141

4242
// Network & Serialization
4343
const val gson = "2.11.0"
4444
const val retrofit = "2.11.0"
4545

4646
// Image loading and Touch Image View
47-
const val coil = "2.6.0"
47+
const val coil = "2.7.0"
4848
const val touchImageView = "3.6"
4949

5050
// Harmonic Colors
@@ -54,7 +54,7 @@ object Versions {
5454
const val sectionedRecyclerView = "ea9a5cb"
5555

5656
// FastScroll RecyclerView
57-
const val fastScrollRecyclerView = "-SNAPSHOT"
57+
const val fastScrollRecyclerView = "9463d46"
5858

5959
// Permissions
6060
const val permissions = "3.5.0"
@@ -63,7 +63,7 @@ object Versions {
6363
const val licenseChecker = "1.2.8"
6464

6565
// In-App Billing
66-
const val inAppBilling = "7.0.0"
66+
const val inAppBilling = "7.1.1"
6767

6868
// MultiDex
6969
const val multidex = "2.0.1"

0 commit comments

Comments
 (0)