New SettingsScreen with export dir preference
This commit is contained in:
committed by
pynicolas
parent
96b2d5b830
commit
7c9267a866
@@ -10,7 +10,7 @@ lifecycleRuntimeKtx = "2.9.3"
|
||||
activityCompose = "1.10.1"
|
||||
composeBom = "2025.08.01"
|
||||
camerax = "1.4.2"
|
||||
datastore = "1.1.7"
|
||||
datastore = "1.2.0"
|
||||
litert = "1.4.0"
|
||||
opencv = "4.12.0"
|
||||
assertj = "3.27.4"
|
||||
@@ -46,6 +46,7 @@ androidx-camera-camera2 = { group = "androidx.camera", name = "camera-camera2",
|
||||
androidx-camera-lifecycle = { group = "androidx.camera", name = "camera-lifecycle", version.ref = "camerax" }
|
||||
androidx-camera-view = { group = "androidx.camera", name = "camera-view", version.ref = "camerax" }
|
||||
androidx-datastore = { group = "androidx.datastore", name = "datastore" , version.ref = "datastore" }
|
||||
androidx-datastore-preferences = { group = "androidx.datastore", name = "datastore-preferences" , version.ref = "datastore" }
|
||||
protobuf-javalite = { group = "com.google.protobuf", name="protobuf-javalite", version.ref = "protobufJavaLite"}
|
||||
litert = { group = "com.google.ai.edge.litert", name = "litert", version.ref = "litert" }
|
||||
litert-support = { group = "com.google.ai.edge.litert", name = "litert-support", version.ref = "litert" }
|
||||
|
||||
Reference in New Issue
Block a user