PR#32 Fix lint issues, remove Jake's IdlingResources, since it won't be updated anymore

This commit is contained in:
Gergely Hegedus 2022-01-04 17:49:07 +02:00
parent 5fe8def390
commit ef14673a32
7 changed files with 60 additions and 12 deletions

View file

@ -26,5 +26,4 @@ project.ext {
testing_junit4_version = "4.13.2"
testing_robolectric_version = "4.6.1"
testing_espresso_version = "3.4.0"
testing_okhttp3_idling_resource_version = "1.0.0"
}