PR#32 Updated dependency versions pointed out by lint

This commit is contained in:
Gergely Hegedus 2022-01-04 15:26:11 +02:00
parent 65d04db374
commit 5fe8def390
2 changed files with 5 additions and 4 deletions

View file

@ -12,6 +12,7 @@ android {
defaultConfig {
applicationId "org.fnives.test.showcase"
minSdkVersion 21
//OldTargetApi
targetSdkVersion 31
versionCode 1
versionName "1.0"

View file

@ -1,14 +1,14 @@
project.ext {
androidx_core_version = "1.7.0"
androidx_appcompat_version = "1.3.1"
androidx_appcompat_version = "1.4.0"
androidx_material_version = "1.4.0"
androidx_constraintlayout_version = "2.1.1"
androidx_constraintlayout_version = "2.1.2"
androidx_livedata_version = "2.4.0"
androidx_swiperefreshlayout_version = "1.1.0"
androidx_room_version = "2.3.0"
androidx_room_version = "2.4.0"
activity_ktx_version = "1.4.0"
coroutines_version = "1.4.3"
coroutines_version = "1.5.2"
koin_version = "3.1.2"
coil_version = "1.1.1"
retrofit_version = "2.9.0"