Skip to content

Commit

Permalink
Merge pull request #134 from phansier/dependabot/gradle/jetbrainsComp…
Browse files Browse the repository at this point in the history
…ose-1.6.0

Bump jetbrainsCompose from 1.6.0-rc03 to 1.6.0
  • Loading branch information
phansier committed Feb 28, 2024
2 parents da29c90 + 926457b commit f886d7d
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
Expand Up @@ -2,7 +2,7 @@
## Android & Multiplatform Compose based project #KMP

[![Compose Version](https://img.shields.io/badge/Jetpack%20Compose-1.6.2-yellow)](https://developer.android.com/jetpack/compose)
[![Compose Version](https://img.shields.io/badge/Compose%20Multiplatform-1.6.0--rc03-yellow)](https://github.com/JetBrains/compose-multiplatform)
[![Compose Version](https://img.shields.io/badge/Compose%20Multiplatform-1.6.0-yellow)](https://github.com/JetBrains/compose-multiplatform)
[![WearCompose Version](https://img.shields.io/badge/Wear%20Compose-1.3.0-yellow)](https://developer.android.com/jetpack/androidx/releases/wear-compose)
[![Kotlin Version](https://img.shields.io/badge/Kotlin-1.9.22-blue.svg)](https://kotlinlang.org)
![Android CI](https://github.com/phansier/Coffeegram/workflows/Android%20CI/badge.svg?branch=master)
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ lifecycle = "2.7.0" # https://developer.android.com/jetpack/androidx/releases/li
core = "1.12.0" # https://developer.android.com/jetpack/androidx/releases/core
glance = "1.0.0" # https://developer.android.com/jetpack/androidx/releases/glance

jetbrainsCompose = "1.6.0-rc03" # https://github.com/JetBrains/compose-multiplatform
jetbrainsCompose = "1.6.0" # https://github.com/JetBrains/compose-multiplatform
sqldelight = "2.0.1" # https://github.com/cashapp/sqldelight/releases

appcompat = "1.6.1" # https://developer.android.com/jetpack/androidx/releases/appcompat
Expand Down

0 comments on commit f886d7d

Please sign in to comment.