Update dependencies, targetSDK add differnet App Names for the different versions
This commit is contained in:
parent
1f3c98ad91
commit
8707aedd75
5 changed files with 12 additions and 8 deletions
|
|
@ -1,12 +1,12 @@
|
|||
project.ext {
|
||||
androidx_core_version = "1.6.0"
|
||||
androidx_core_version = "1.7.0"
|
||||
androidx_appcompat_version = "1.3.1"
|
||||
androidx_material_version = "1.4.0"
|
||||
androidx_constraintlayout_version = "2.1.0"
|
||||
androidx_livedata_version = "2.3.1"
|
||||
androidx_constraintlayout_version = "2.1.1"
|
||||
androidx_livedata_version = "2.4.0"
|
||||
androidx_swiperefreshlayout_version = "1.1.0"
|
||||
androidx_room_version = "2.3.0"
|
||||
activity_ktx_version = "1.3.1"
|
||||
activity_ktx_version = "1.4.0"
|
||||
|
||||
coroutines_version = "1.4.3"
|
||||
koin_version = "3.1.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue