Reshape entry point for V3 media screens.

This commit is contained in:
Alex Hart
2026-02-05 14:10:23 -04:00
committed by Greyson Parrelli
parent 6d944c0f8c
commit 5c415139fd
28 changed files with 291 additions and 285 deletions
+7
View File
@@ -14,6 +14,10 @@ android {
composeOptions {
kotlinCompilerExtensionVersion = "1.5.4"
}
testFixtures {
enable = true
}
}
dependencies {
@@ -38,4 +42,7 @@ dependencies {
api(libs.google.zxing.core)
api(libs.material.material)
api(libs.accompanist.permissions)
// JUnit is used by test fixtures
testFixturesImplementation(testLibs.junit.junit)
}