Skip to content

Commit 947eb19

Browse files
authored
Merge pull request #132 from joreilly/dependency_updates
dependency updates
2 parents f0c9271 + bc62d60 commit 947eb19

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![kotlin-version](https://img.shields.io/badge/kotlin-2.0.0-blue?logo=kotlin)
1+
![kotlin-version](https://img.shields.io/badge/kotlin-2.1.0-blue?logo=kotlin)
22

33
Kotlin/Compose Multiplatform project to show climate related emission data from https://climatetrace.org/data. Development just started so very much work in progress right now!
44
Have started with showing sector emission data per country but ton of other info available as well (ideas very welcome!).

gradle/libs.versions.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
[versions]
22
kotlin = "2.1.0"
3-
ksp = "2.1.0-1.0.28"
3+
ksp = "2.1.0-1.0.29"
44
kotlinx-coroutines = "1.9.0"
55

66

7-
agp = "8.7.2"
7+
agp = "8.7.3"
88
android-compileSdk = "34"
99
android-minSdk = "24"
1010
android-targetSdk = "34"
1111
androidx-activityCompose = "1.9.3"
12-
compose = "1.7.5"
13-
compose-plugin = "1.7.1"
12+
compose = "1.7.6"
13+
compose-plugin = "1.7.3"
1414
composeAdaptiveLayout = "1.0.0"
1515
harawata-appdirs = "1.2.2"
1616
koalaplot = "0.5.3"
1717
koin = "4.0.1-Beta1"
1818
koin-compose-multiplatform = "4.0.1-Beta1"
19-
kmpNativeCoroutines = "1.0.0-ALPHA-37-kotlin-2.1.0-RC2"
19+
kmpNativeCoroutines = "1.0.0-ALPHA-38"
2020
kmpObservableViewModel = "1.0.0-BETA-7"
2121
kstore = "0.8.0"
2222
ktor = "3.0.1"

0 commit comments

Comments
 (0)