Skip to content

Commit

Permalink
Update Kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
phansier committed Jan 20, 2025
1 parent 5f42f6b commit 8f7aca7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
## Android & Multiplatform Compose based project #KMP

[![Compose Version](https://img.shields.io/badge/Jetpack%20Compose-1.7.6-yellow)](https://developer.android.com/jetpack/compose)
[![Compose Version](https://img.shields.io/badge/Compose%20Multiplatform-1.7.3-yellow)](https://github.com/JetBrains/compose-multiplatform)
[![Compose Version](https://img.shields.io/badge/Compose%20Multiplatform-1.8.0--alpha02-yellow)](https://github.com/JetBrains/compose-multiplatform)
[![WearCompose Version](https://img.shields.io/badge/Wear%20Compose-1.4.0-yellow)](https://developer.android.com/jetpack/androidx/releases/wear-compose)
[![Kotlin Version](https://img.shields.io/badge/Kotlin-2.1.0-blue.svg)](https://kotlinlang.org)
[![Kotlin Version](https://img.shields.io/badge/Kotlin-2.1.10--RC2-blue.svg)](https://kotlinlang.org)
[![Android CI](https://github.com/phansier/Coffeegram/actions/workflows/android.yml/badge.svg)](https://github.com/phansier/Coffeegram/actions/workflows/android.yml)
[![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,9 +4,9 @@ compileSdk = "35"
minSdk = "24"
wearMinSdk = "25"

kotlin = "2.1.0" # https://github.com/JetBrains/kotlin/releases
kotlin = "2.1.10-RC2" # https://github.com/JetBrains/kotlin/releases
compose = "1.7.6" # https://developer.android.com/jetpack/androidx/releases/compose-ui
jetbrainsCompose = "1.8.0+dev2008" # https://github.com/JetBrains/compose-multiplatform/releases
jetbrainsCompose = "1.8.0-alpha02" # https://github.com/JetBrains/compose-multiplatform/releases

agp = "8.8.0" # https://developer.android.com/studio/releases/gradle-plugin
ktor = "3.0.3" # https://github.com/ktorio/ktor
Expand Down

0 comments on commit 8f7aca7

Please sign in to comment.