mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-08 09:18:39 +01:00
Reshape entry point for V3 media screens.
This commit is contained in:
committed by
Greyson Parrelli
parent
6d944c0f8c
commit
5c415139fd
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user