Issue#61 Update robolectric version to 4.7

This commit is contained in:
Gergely Hegedus 2022-02-15 20:53:52 +02:00
parent 0004645791
commit ec534202a8

View file

@ -24,6 +24,6 @@ project.ext {
testing_junit5_version = "5.7.0"
testing_json_assert_version = "1.5.0"
testing_junit4_version = "4.13.2"
testing_robolectric_version = "4.6.1"
testing_robolectric_version = "4.7"
testing_espresso_version = "3.4.0"
}