PR#98 Fix code analysis errors

This commit is contained in:
Gergely Hegedus 2022-07-12 11:58:02 +03:00
parent 7e019973e8
commit 8ec369f3e7
9 changed files with 14 additions and 18 deletions

View file

@ -37,7 +37,7 @@ project.ext {
// ------------------VERSIONS------------------
def testing_junit5_version = propertyOrNull('junit5_version') ?: "5.7.0"
def testing_junit4_version = propertyOrNull('juni4_version') ?: "4.12"
def testing_junit4_version = propertyOrNull('juni4_version') ?: "4.13.2"
def testing_robolectric_version = propertyOrNull('robolectric_version') ?: "4.7"
def testing_androidx_code_version = propertyOrNull('androidx_test_version') ?: "1.4.0"
def testing_androidx_junit_version = propertyOrNull('androidx_junit_version') ?: "1.1.3"

View file

@ -1,7 +1,7 @@
project.ext {
androidx_core_version = "1.7.0"
androidx_core_version = "1.8.0"
androidx_appcompat_version = "1.4.1"
androidx_material_version = "1.5.0"
androidx_material_version = "1.6.1"
androidx_constraintlayout_version = "2.1.3"
androidx_livedata_version = "2.4.0"
androidx_swiperefreshlayout_version = "1.1.0"
@ -28,7 +28,7 @@ project.ext {
testing_kotlin_mockito_version = "4.0.0"
junit5_version = "5.7.0"
testing_json_assert_version = "1.5.0"
testing_junit4_version = "4.12"
testing_junit4_version = "4.13.2"
testing_robolectric_version = "4.7"
espresso_version = "3.4.0"
}