Issue#67 Fix Code Analysis errors
This commit is contained in:
parent
99141c0f17
commit
8d60a37b16
16 changed files with 31 additions and 24 deletions
|
|
@ -49,7 +49,7 @@ project.ext {
|
|||
def testing_json_assert_version = propertyOrNull('json_assert_version') ?: "1.5.0"
|
||||
def testing_okhttp3 = propertyOrNull('okhttp_version') ?: "4.9.3"
|
||||
def testing_turbine_version = propertyOrNull('turbine_version') ?: "0.7.0"
|
||||
def testing_androidx_room_version = propertyOrNull('room_version') ?: "2.4.1"
|
||||
def testing_androidx_room_version = propertyOrNull('room_version') ?: "2.4.2"
|
||||
def testing_livedata_version = propertyOrNull('testing_livedata_version') ?: "1.2.0"
|
||||
def testing_compose_version = propertyOrNull('compose_version') ?: "1.1.0"
|
||||
def testing_hamcrest_version = propertyOrNull('hamcrest_version')?: "2.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue