Skip to content

Commit

Permalink
Merge pull request #94 from phansier/kotlin-1.9.21
Browse files Browse the repository at this point in the history
Update Kotlin with Compose compiler
  • Loading branch information
phansier authored Dec 7, 2023
2 parents 383f3e6 + 1876363 commit ca8b315
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Compose Version](https://img.shields.io/badge/Jetpack%20Compose-1.5.4-yellow)](https://developer.android.com/jetpack/compose)
[![Compose Version](https://img.shields.io/badge/Compose%20Multiplatform-1.5.10-yellow)](https://github.com/JetBrains/compose-multiplatform)
[![WearCompose Version](https://img.shields.io/badge/Wear%20Compose-1.2.1-yellow)](https://developer.android.com/jetpack/androidx/releases/wear-compose)
[![Kotlin Version](https://img.shields.io/badge/Kotlin-1.9.20-blue.svg)](https://kotlinlang.org)
[![Kotlin Version](https://img.shields.io/badge/Kotlin-1.9.21-blue.svg)](https://kotlinlang.org)
![Android CI](https://github.com/phansier/Coffeegram/workflows/Android%20CI/badge.svg?branch=master)
[![Jetc.dev](https://img.shields.io/badge/jetc.dev-25-blue)](https://jetc.dev/issues/025.html)
[![Hits-of-Code](https://hitsofcode.com/github/phansier/Coffeegram?branch=develop)](https://hitsofcode.com/github/phansier/Coffeegram/view?branch=develop)
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ compileSdk = "34"
minSdk = "21" # was "24" in desktop
wearMinSdk = "25"

kotlin = "1.9.20" # https://kotlinlang.org/docs/releases.html#release-details
kotlin = "1.9.21" # https://kotlinlang.org/docs/releases.html#release-details
agp = "8.1.4" # https://developer.android.com/studio/releases/gradle-plugin
realm = "1.13.0" # https://github.com/realm/realm-kotlin

detekt = "1.23.4" # https://github.com/detekt/detekt
detektCompose = "0.3.5" # https://github.com/mrmans0n/compose-rules

compose = "1.5.4" # https://developer.android.com/jetpack/androidx/releases/compose-ui
composeCompiler = "1.5.5" # https://developer.android.com/jetpack/androidx/releases/compose-compiler
composeCompiler = "1.5.6" # https://developer.android.com/jetpack/androidx/releases/compose-compiler
# https://developer.android.com/jetpack/androidx/releases/compose-kotlin
wearCompose = "1.2.1" # https://developer.android.com/jetpack/androidx/releases/wear-compose
coroutines = "1.7.3" # https://github.com/Kotlin/kotlinx.coroutines
Expand Down

0 comments on commit ca8b315

Please sign in to comment.