Issue#67 Extract MainThread synchronization into a separate module

This commit is contained in:
Gergely Hegedus 2022-05-27 15:41:20 +03:00
parent 1c0153db75
commit bbe077dde8
8 changed files with 36 additions and 42 deletions

View file

@ -30,5 +30,5 @@ project.ext {
testing_json_assert_version = "1.5.0"
testing_junit4_version = "4.12"
testing_robolectric_version = "4.7"
testing_espresso_version = "3.4.0"
espresso_version = "3.4.0"
}