Update dependencies and make adjustments based on version migrations
This commit is contained in:
parent
4147ac7afd
commit
472b7591f5
27 changed files with 120 additions and 97 deletions
|
|
@ -1,28 +1,28 @@
|
|||
project.ext {
|
||||
androidx_core_version = "1.3.2"
|
||||
androidx_appcompat_version = "1.2.0"
|
||||
androidx_material_version = "1.3.0"
|
||||
androidx_constraintlayout_version = "2.0.4"
|
||||
androidx_core_version = "1.6.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_swiperefreshlayout_version = "1.1.0"
|
||||
androidx_room_version = "2.2.6"
|
||||
androidx_room_version = "2.3.0"
|
||||
|
||||
coroutines_version = "1.4.3"
|
||||
koin_version = "2.2.2"
|
||||
koin_version = "3.1.2"
|
||||
coil_version = "1.1.1"
|
||||
retrofit_version = "2.9.0"
|
||||
okhttp_version = "4.9.1"
|
||||
moshi_version = "1.11.0"
|
||||
moshi_version = "1.12.0"
|
||||
|
||||
testing_androidx_code_version = "1.3.0"
|
||||
testing_androidx_junit_version = "1.1.2"
|
||||
testing_androidx_code_version = "1.4.0"
|
||||
testing_androidx_junit_version = "1.1.3"
|
||||
testing_androidx_arch_core_version = "2.1.0"
|
||||
testing_livedata_version = "1.1.2"
|
||||
testing_livedata_version = "1.2.0"
|
||||
testing_kotlin_mockito_version = "3.1.0"
|
||||
testing_junit5_version = "5.7.0"
|
||||
testing_json_assert_version = "1.5.0"
|
||||
testing_junit4_version = "4.13.2"
|
||||
testing_robolectric_version = "4.5.1"
|
||||
testing_espresso_version = "3.3.0"
|
||||
testing_robolectric_version = "4.6.1"
|
||||
testing_espresso_version = "3.4.0"
|
||||
testing_okhttp3_idling_resource_version = "1.0.0"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue