Skip to content

Commit 6ccf48a

Browse files
author
Aleksha
committed
update deps
1 parent 4441f2c commit 6ccf48a

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

processor/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apply from: "${project.rootDir}/gradle/kotlin/processor.gradle"
22

33
group = 'com.kotlitecture.kotli'
4-
version = '0.12.0'
4+
version = '0.13.0'

template/gradle/libs.versions.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
[versions]
22
agp = "8.4.2"
3-
android-compileSdk = "34"
3+
android-compileSdk = "35"
44
android-jvmTarget = "11"
55
android-minSdk = "24"
66
android-targetSdk = "34"
7-
androidx-activity = "1.9.3"
7+
androidx-activity = "1.10.0"
88
androidx-appcompat = "1.7.0"
9-
androidx-datastore = "1.1.1"
9+
androidx-datastore = "1.1.2"
1010
androidx-lifecycle = "2.8.4"
1111
androidx-navigation = "2.8.0-alpha11"
1212
androidx-room = "2.7.0-alpha12"
1313
androidx-splashscreen = "1.0.1"
1414
cashapp-paging = "3.3.0-alpha02-0.5.1"
15-
coil = "3.0.2"
15+
coil = "3.0.4"
1616
compose-multiplatform = "1.7.3"
17-
compose-placeholder = "1.0.8"
17+
compose-placeholder = "1.0.9"
1818
filekit = "0.8.7"
1919
generativeai = "0.5.0-1.0.0"
20-
koin = "4.0.0"
20+
koin = "4.0.1"
2121
korlibs = "6.0.0"
22-
kotlin = "2.0.20"
22+
kotlin = "2.1.0"
2323
kotlin-logging = "7.0.0"
24-
kotlinx-coroutines = "1.9.0"
24+
kotlinx-coroutines = "1.10.1"
2525
kotlinx-datetime = "0.6.1"
26-
kotlinx-serialization-json = "1.7.3"
26+
kotlinx-serialization-json = "1.8.0"
2727
ktor = "2.3.12"
2828
ksp = "2.0.20-1.0.24"
29-
logback = "1.5.6"
30-
markdown-renderer = "0.27.0"
29+
logback = "1.5.15"
30+
markdown-renderer = "0.29.0"
3131
multiplatform-settings = "1.2.0"
3232
napier = "2.7.1"
3333
sqldelight = "2.0.2"

0 commit comments

Comments
 (0)