Skip to content

Commit

Permalink
Merge pull request #132 from joreilly/dependency_updates
Browse files Browse the repository at this point in the history
dependency updates
  • Loading branch information
joreilly authored Dec 24, 2024
2 parents f0c9271 + bc62d60 commit 947eb19
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![kotlin-version](https://img.shields.io/badge/kotlin-2.0.0-blue?logo=kotlin)
![kotlin-version](https://img.shields.io/badge/kotlin-2.1.0-blue?logo=kotlin)

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!
Have started with showing sector emission data per country but ton of other info available as well (ideas very welcome!).
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[versions]
kotlin = "2.1.0"
ksp = "2.1.0-1.0.28"
ksp = "2.1.0-1.0.29"
kotlinx-coroutines = "1.9.0"


agp = "8.7.2"
agp = "8.7.3"
android-compileSdk = "34"
android-minSdk = "24"
android-targetSdk = "34"
androidx-activityCompose = "1.9.3"
compose = "1.7.5"
compose-plugin = "1.7.1"
compose = "1.7.6"
compose-plugin = "1.7.3"
composeAdaptiveLayout = "1.0.0"
harawata-appdirs = "1.2.2"
koalaplot = "0.5.3"
koin = "4.0.1-Beta1"
koin-compose-multiplatform = "4.0.1-Beta1"
kmpNativeCoroutines = "1.0.0-ALPHA-37-kotlin-2.1.0-RC2"
kmpNativeCoroutines = "1.0.0-ALPHA-38"
kmpObservableViewModel = "1.0.0-BETA-7"
kstore = "0.8.0"
ktor = "3.0.1"
Expand Down
Binary file not shown.

0 comments on commit 947eb19

Please sign in to comment.