Skip to content

Commit

Permalink
cleanup version file
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert committed Sep 3, 2023
1 parent 5f0267b commit a69e3d4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ compose-bom = "2023.06.01"
supabase = "1.3.0"
koin = "3.4.2"
koin-compose = "3.4.6"
compose-onetap = "1.0.3"
ktor = "2.3.4"
sqldelight = "2.0.0"
compose-navigation = "2.7.1"
Expand Down Expand Up @@ -51,9 +50,7 @@ koin-core = { group = "io.insert-koin", name = "koin-core", version.ref = "koin"
koin-android = { group = "io.insert-koin", name = "koin-android", version.ref = "koin" }
koin-compose = { group = "io.insert-koin", name = "koin-androidx-compose", version.ref = "koin-compose" }

compose-onetap = { group = "com.github.stevdza-san", name = "OneTapCompose", version.ref = "compose-onetap" }

ktor-cio = { group = "io.ktor", name = "ktor-client-okhttp", version.ref = "ktor" }
ktor-okhttp = { group = "io.ktor", name = "ktor-client-okhttp", version.ref = "ktor" }

sqldelight-android = { group = "app.cash.sqldelight", name = "android-driver", version.ref = "sqldelight" }
sqldelight-coroutines = { group = "app.cash.sqldelight", name = "coroutines-extensions", version.ref = "sqldelight" }
Expand All @@ -74,7 +71,7 @@ supabase = [
"functions-kt",
"compose-auth",
"compose-auth-ui",
"ktor-cio"
"ktor-okhttp"
]
koin = [
"koin-core",
Expand Down

0 comments on commit a69e3d4

Please sign in to comment.