Issue#11 Fix codeAnalysis errors

This commit is contained in:
Gergely Hegedus 2022-01-23 22:45:25 +02:00
parent 8ae94cfe92
commit b52652ed67
6 changed files with 21 additions and 28 deletions

View file

@ -1,11 +1,11 @@
project.ext {
androidx_core_version = "1.7.0"
androidx_appcompat_version = "1.4.0"
androidx_material_version = "1.4.0"
androidx_constraintlayout_version = "2.1.2"
androidx_appcompat_version = "1.4.1"
androidx_material_version = "1.5.0"
androidx_constraintlayout_version = "2.1.3"
androidx_livedata_version = "2.4.0"
androidx_swiperefreshlayout_version = "1.1.0"
androidx_room_version = "2.4.0"
androidx_room_version = "2.4.1"
activity_ktx_version = "1.4.0"
coroutines_version = "1.6.0"