Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Jul 26, 2024
1 parent 6fe2624 commit 8a9ac83
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import coil3.ImageLoader
import coil3.PlatformContext
import coil3.disk.DiskCache
import coil3.memory.MemoryCache
import coil3.network.ktor.KtorNetworkFetcherFactory
import coil3.network.ktor2.KtorNetworkFetcherFactory
import coil3.request.crossfade
import coil3.svg.SvgDecoder
import com.apollographql.apollo3.ApolloClient
Expand Down
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
app = "6.0.0"
aboutlibraries = "11.2.2"
ackpine = "0.7.1"
activity = "1.9.0"
activity = "1.9.1"
android = "8.5.1"
android-core = "1.13.1"
android-sqlite = "2.4.0"
apollo = "4.0.0-beta.7"
atomicfu = "0.25.0"
blurhash = "0.3.0"
coil = "3.0.0-alpha08"
coil = "3.0.0-alpha09"
compose = "1.6.11"
coroutines = "1.8.1"
crashlytics-plugin = "3.0.2"
datastore = "1.1.1"
datetime = "0.6.0"
decompose = "3.1.0"
desugar = "2.0.4"
firebase = "1.12.0"
firebase = "1.13.0"
firebase-android = "21.0.0"
firebase-android-analytics = "22.0.1"
firebase-android-analytics = "22.0.2"
firebase-android-auth = "23.0.0"
firebase-android-crashlytics = "19.0.1"
firebase-android-crashlytics = "19.0.3"
flowredux = "1.2.2"
haze = "0.7.3"
immutable = "0.3.7"
Expand Down Expand Up @@ -67,7 +67,7 @@ androidx-window = { module = "androidx.window:window", version.require = "1.3.0"
apollo = { group = "com.apollographql.apollo3", name = "apollo-runtime", version.ref = "apollo" }
blurhash = { group = "com.vanniktech", name = "blurhash", version.ref = "blurhash" }
coil = { group = "io.coil-kt.coil3", name = "coil", version.ref = "coil" }
coil-network = { group = "io.coil-kt.coil3", name = "coil-network-ktor", version.ref = "coil" }
coil-network = { group = "io.coil-kt.coil3", name = "coil-network-ktor2", version.ref = "coil" }
coil-compose = { group = "io.coil-kt.coil3", name = "coil-compose", version.ref = "coil" }
coil-svg = { group = "io.coil-kt.coil3", name = "coil-svg", version.ref = "coil" }
coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "coroutines" }
Expand Down

0 comments on commit 8a9ac83

Please sign in to comment.