Skip to content

Commit 96baf5c

Browse files
authored
Update: Dependencies (#191)
1 parent e62c495 commit 96baf5c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[versions]
22
####### START: Android target specific #######
3-
agp = "9.2.0"
3+
agp = "9.2.1"
44
android-compileSdk = "37"
55
android-minSdk = "26"
66
android-targetSdk = "37"
7-
uiTooling = "1.11.0"
7+
uiTooling = "1.11.1"
88
screenshot = "0.0.1-alpha14"
99
startupRuntime = "1.2.0"
1010
androidx-activityCompose = "1.13.0"
1111
####### END: Android target specific #######
1212

1313
# Compose & Kotlin
1414
compose-plugin = "1.10.3"
15-
kotlin = "2.3.20"
15+
kotlin = "2.3.21"
1616
kover = "0.9.8"
1717

1818
# Dependency Injection
@@ -69,7 +69,7 @@ compose-preview-renderer = { group = "com.android.tools.compose", name = "compos
6969
####### END: Android target specific #######
7070

7171
# Graphs & Plots
72-
koalaplot-core = { module = "io.github.koalaplot:koalaplot-core", version = "0.11.0" }
72+
koalaplot-core = { module = "io.github.koalaplot:koalaplot-core", version = "0.11.2" }
7373

7474
# Local storage
7575
androidx-datastore = { group = "androidx.datastore", name = "datastore", version.ref = "datastore" }

0 commit comments

Comments
 (0)