mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 16:47:01 +05:30
build(app): add compose testing dependencies
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
aff52e7d5f
commit
97eaf20dbc
2 changed files with 7 additions and 3 deletions
|
@ -48,6 +48,7 @@ dependencies {
|
|||
implementation(Dependencies.ThirdParty.accompanist)
|
||||
implementation(Dependencies.ThirdParty.Moshi.lib)
|
||||
testImplementation(Dependencies.Testing.junit)
|
||||
androidTestImplementation(Dependencies.AndroidX.Compose.activity)
|
||||
androidTestImplementation(Dependencies.Testing.daggerHilt)
|
||||
androidTestImplementation(Dependencies.Testing.uiTest)
|
||||
androidTestImplementation(Dependencies.Testing.AndroidX.Compose.uiTestJunit4)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue