build(app): add compose testing dependencies

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-01-28 13:58:00 +05:30 committed by Aditya Wasan
parent aff52e7d5f
commit 97eaf20dbc
No known key found for this signature in database
GPG key ID: 6D6DF3BF15DE79B5
2 changed files with 7 additions and 3 deletions

View file

@ -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)
}