Issue#67 Extract ViewActions into Library
This commit is contained in:
parent
a27f19302a
commit
99141c0f17
12 changed files with 46 additions and 40 deletions
|
|
@ -31,7 +31,14 @@ android {
|
|||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version"
|
||||
|
||||
implementation "androidx.test:core:$androidx_test_version"
|
||||
implementation"androidx.test.espresso:espresso-core:$espresso_version"
|
||||
implementation "androidx.test.espresso:espresso-core:$espresso_version"
|
||||
implementation "androidx.test.espresso:espresso-intents:$espresso_version"
|
||||
|
||||
implementation "com.squareup.okhttp3:okhttp:$okhttp_version"
|
||||
|
||||
implementation "com.google.android.material:material:$androidx_material_version"
|
||||
implementation "androidx.swiperefreshlayout:swiperefreshlayout:$androidx_swiperefreshlayout_version"
|
||||
implementation "androidx.core:core-ktx:$androidx_core_version"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue