Skip to content
Snippets Groups Projects
Commit 4ddb15c5 authored by William Walker's avatar William Walker
Browse files

Remove redundant lib version vars, go back to bundled-sqlite snapshots

parent 7ae7b6e3
No related tags found
No related merge requests found
......@@ -22,10 +22,8 @@ mosaic = "0.11.0"
molecule = "2.0.0"
androidxLifecycle = "2.8.3"
jetbrainsNavigationCompose = "2.7.0-alpha07"
androidxRoom = "2.7.0-alpha02"
sqlite = "2.5.0-SNAPSHOT"
androidxRoom = "2.7.0-alpha05"
sqlite = "2.5.0-alpha05"
sqlite = "2.5.0-SNAPSHOT"
androidxDatastore = "1.1.1"
material3WindowSizeClass = "0.5.0"
......@@ -65,6 +63,7 @@ ktor-client-core = { group = "io.ktor", name = "ktor-client-core", version.ref =
ktor-client-logging = { group = "io.ktor", name = "ktor-client-logging", version.ref = "ktor" }
ktor-client-serialization = { group = "io.ktor", name = "ktor-client-serialization", version.ref = "ktor" }
ktor-client-java = { group = "io.ktor", name = "ktor-client-java", version.ref = "ktor" }
ktor-client-android = { group = "io.ktor", name = "ktor-client-android", version.ref = "ktor" }
ktor-test = { group = "io.ktor", name = "ktor-client-mock", version.ref = "ktor" }
slf4j = { group = "org.slf4j", name = "slf4j-simple", version.ref = "slf4j" }
......
......@@ -122,9 +122,7 @@ fun MainScreen() {
}
composable(MainContentWindow.Devices.name) {
DeviceList(
devicesList.filter {
val fs =
}
devicesList
)
}
composable(MainContentWindow.Roster.name) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment