diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5cdfee5..12db018 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ wearMinSdk = "25" kotlin = "2.1.0" # https://kotlinlang.org/docs/releases.html#release-details 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 @@ -33,7 +33,7 @@ sqldelight = "2.0.2" # https://github.com/cashapp/sqldelight/releases material = "1.12.0" # https://github.com/material-components/material-components-android activity = "1.8.1" # https://developer.android.com/jetpack/androidx/releases/activity -protobuf = "4.29.1" +protobuf = "4.29.2" [libraries] kotlinGradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } @@ -106,7 +106,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 ###