Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all group across 1 directory with 9 updates #333

Merged
merged 2 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.7.6-yellow)](https://developer.android.com/jetpack/compose)
[![Compose Version](https://img.shields.io/badge/Compose%20Multiplatform-1.8.0--alpha01-yellow)](https://github.com/JetBrains/compose-multiplatform)
[![Compose Version](https://img.shields.io/badge/Compose%20Multiplatform-1.7.3-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)
[![Android CI](https://github.com/phansier/Coffeegram/actions/workflows/android.yml/badge.svg)](https://github.com/phansier/Coffeegram/actions/workflows/android.yml)
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ wearMinSdk = "25"

kotlin = "2.1.0" # https://github.com/JetBrains/kotlin/releases
compose = "1.7.6" # https://developer.android.com/jetpack/androidx/releases/compose-ui
jetbrainsCompose = "1.8.0-alpha01" # https://github.com/JetBrains/compose-multiplatform/releases
jetbrainsCompose = "1.7.3" # https://github.com/JetBrains/compose-multiplatform/releases

agp = "8.7.3" # https://developer.android.com/studio/releases/gradle-plugin
ktor = "3.0.2" # https://github.com/ktorio/ktor
ktor = "3.0.3" # https://github.com/ktorio/ktor
androidxRoom = "2.7.0-alpha12" # https://developer.android.com/jetpack/androidx/releases/room
sqlite = "2.5.0-alpha12" # https://developer.android.com/jetpack/androidx/releases/sqlite
ksp = "2.1.0-1.0.29" # https://github.com/google/ksp/releases
Expand All @@ -21,7 +21,7 @@ wearCompose = "1.4.0" # https://developer.android.com/jetpack/androidx/releases/

cupertino = "0.1.0-alpha04" # https://github.com/alexzhirkevich/compose-cupertino

coroutines = "1.9.0" # https://github.com/Kotlin/kotlinx.coroutines
coroutines = "1.10.0" # https://github.com/Kotlin/kotlinx.coroutines
datastore = "1.1.1" # https://developer.android.com/jetpack/androidx/releases/datastore
koin = "4.0.0" # https://github.com/InsertKoinIO/koin#setup--current-version
lifecycle = "2.8.7" # https://developer.android.com/jetpack/androidx/releases/lifecycle
Expand All @@ -32,7 +32,7 @@ sqldelight = "2.0.2" # https://github.com/cashapp/sqldelight/releases

material = "1.12.0" # https://github.com/material-components/material-components-android

protobuf = "4.29.1"
protobuf = "4.29.2"

[libraries]
kotlinGradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
Expand Down Expand Up @@ -102,7 +102,7 @@ playServices-wearable = "com.google.android.gms:play-services-wearable:19.0.0" #
kotlinx-immutableCollections = "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.8" # https://github.com/Kotlin/kotlinx.collections.immutable


lottie-compose = "com.airbnb.android:lottie-compose:6.6.1" # https://github.com/airbnb/lottie-android
lottie-compose = "com.airbnb.android:lottie-compose:6.6.2" # https://github.com/airbnb/lottie-android

###

Expand Down
Loading