diff --git a/README.md b/README.md index c255b4a..8c9fc12 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f6262b4..e56f9b9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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 @@ -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 @@ -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" } @@ -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 ###