Issue#99 Create TestRule working around System ANRs on Emulators

This commit is contained in:
Gergely Hegedus 2022-07-18 12:38:23 +03:00
parent 98b9df9d6b
commit e6e2434c81
8 changed files with 96 additions and 5 deletions

View file

@ -50,6 +50,7 @@ dependencies {
implementation "com.google.android.material:material:$androidx_material_version"
implementation "androidx.swiperefreshlayout:swiperefreshlayout:$androidx_swiperefreshlayout_version"
implementation "androidx.core:core-ktx:$androidx_core_version"
implementation "androidx.test.uiautomator:uiautomator:$ui_animator_version"
}
ext.artifactId = "android"