Merge pull request #62 from fknives/issue#61

Issue#61 Update robolectric version to 4.7
This commit is contained in:
Gergely Hegedis 2022-02-15 21:46:27 +02:00 committed by GitHub
commit b843191544
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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