DocumentScreen: pages in LazyColumn

This commit is contained in:
Pierre-Yves Nicolas
2025-06-07 05:23:56 +02:00
committed by pynicolas
parent b3d13d98bc
commit 5292f5bdb3
5 changed files with 44 additions and 60 deletions

View File

@@ -12,7 +12,6 @@ composeBom = "2025.05.00"
camerax = "1.4.2"
litert = "1.2.0"
opencv = "4.11.0"
flowlayout = "0.36.0"
assertj = "3.27.3"
pdfbox = "2.0.27.0"
@@ -34,7 +33,6 @@ androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-man
androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
accompanist-flowlayout = { group = "com.google.accompanist", name = "accompanist-flowlayout", version.ref = "flowlayout" }
androidx-camera-core = { group = "androidx.camera", name = "camera-core", version.ref = "camerax" }
androidx-camera-camera2 = { group = "androidx.camera", name = "camera-camera2", version.ref = "camerax" }
androidx-camera-lifecycle = { group = "androidx.camera", name = "camera-lifecycle", version.ref = "camerax" }