PR#32 Updated dependency versions pointed out by lint
This commit is contained in:
parent
65d04db374
commit
5fe8def390
2 changed files with 5 additions and 4 deletions
|
|
@ -12,6 +12,7 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "org.fnives.test.showcase"
|
applicationId "org.fnives.test.showcase"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
|
//OldTargetApi
|
||||||
targetSdkVersion 31
|
targetSdkVersion 31
|
||||||
versionCode 1
|
versionCode 1
|
||||||
versionName "1.0"
|
versionName "1.0"
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,14 @@
|
||||||
project.ext {
|
project.ext {
|
||||||
androidx_core_version = "1.7.0"
|
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_material_version = "1.4.0"
|
||||||
androidx_constraintlayout_version = "2.1.1"
|
androidx_constraintlayout_version = "2.1.2"
|
||||||
androidx_livedata_version = "2.4.0"
|
androidx_livedata_version = "2.4.0"
|
||||||
androidx_swiperefreshlayout_version = "1.1.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"
|
activity_ktx_version = "1.4.0"
|
||||||
|
|
||||||
coroutines_version = "1.4.3"
|
coroutines_version = "1.5.2"
|
||||||
koin_version = "3.1.2"
|
koin_version = "3.1.2"
|
||||||
coil_version = "1.1.1"
|
coil_version = "1.1.1"
|
||||||
retrofit_version = "2.9.0"
|
retrofit_version = "2.9.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue