Skip to content

Commit d7e8e9f

Browse files
committed
chore: update dependency version
1 parent 0134f4c commit d7e8e9f

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

gradle/libs.versions.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,33 @@ minSdk = "28"
55
targetSdk = "36"
66

77
# App versioning
8-
versionCode = "21"
9-
versionName = "1.5.1"
8+
versionCode = "22"
9+
versionName = "1.6.0"
1010

1111
# Java/Kotlin
12-
kotlin = "2.3.0"
12+
kotlin = "2.3.10"
1313
kotlinStdlibJdk8 = "2.2.0"
1414

1515
# AGP
1616
agp = "8.11.1"
1717

1818
# AndroidX
19-
activityCompose = "1.12.2"
19+
activityCompose = "1.12.4"
2020
appcompat = "1.7.1"
2121
constraintlayout = "2.2.1"
2222
espressoCore = "3.7.0"
2323
junit = "4.13.2"
2424
androidxJunit = "1.3.0"
2525
lifecycleRuntimeKtx = "2.10.0"
2626
preferenceKtx = "1.2.1"
27-
workRuntime = "2.11.0"
27+
workRuntime = "2.11.1"
2828

2929
# Compose
30-
composeBom = "2026.01.00"
30+
composeBom = "2026.02.00"
3131
composeAnimations = "1.11.9"
3232
material = "1.13.0"
3333
materialIconsExtended = "1.7.8"
34-
uiTooling = "1.10.1"
34+
uiTooling = "1.10.3"
3535

3636
# Compose Destinations
3737
composeDestinations = "2.3.0"
@@ -48,7 +48,7 @@ ktor = "3.4.0"
4848
serialization = "1.10.0"
4949

5050
# KSP
51-
ksp = "2.3.4"
51+
ksp = "2.3.5"
5252

5353
# Other libs
5454
accompanistPermissions = "0.37.3"

0 commit comments

Comments
 (0)