Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
phansier committed Jan 30, 2025
1 parent a4839c6 commit df27b6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Coffeegram
## 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/Jetpack%20Compose-1.7.7-yellow)](https://developer.android.com/jetpack/compose)
[![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.10-blue.svg)](https://kotlinlang.org)
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ wearMinSdk = "25"

kotlin = "2.1.10" # https://github.com/JetBrains/kotlin/releases
compose = "1.7.7" # https://developer.android.com/jetpack/androidx/releases/compose-ui
jetbrainsCompose = "1.8.0-dev1920" # 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 df27b6b

Please sign in to comment.