- Upgrade gradle dependencies using dependency analysis

- versioning of dependencies changed
 - HomePageNoDataUITest invalidKeyWeatherResponse_swipeToRefresh_returnsValidPage test ignored for now
This commit is contained in:
2024-06-25 13:34:33 +01:00
parent 2561b6ddf9
commit b34c784a3f
3 changed files with 64 additions and 33 deletions

View File

@@ -21,14 +21,23 @@ android.nonFinalResIds=false
# Plugin versions
LEGACY_SUPPORT_VERSION = 1.0.0
ANDROID_CORE = 1.8.0
CUSTOM_VIEW = 1.1.0
CARD_VIEW = 1.0.0
FRAGMENT_VERSION = 1.4.0
MATERIAL_VERSION = 1.0.0
APP_COMPAT = 1.2.0
CONSTR_LAYOUT_VERSION = 1.1.3
ANDROID_LIFECYCLE = 2.5.1
RECYCLER_VIEW = 1.1.0
SWIPE_REFRESH = 1.0.0
PERMISSIONS_DISPATCHER = 4.9.2
TOMTOM_VERSION = 2.4771
TOMTOM_SEARCH = 2.4771
TOMTOM_MAP = 2.4771
NAVIGATION_VERSION = 2.5.0
PREFERENCES_VERSION = 1.2.1
RETROFIT_VERSION = 2.9.0
OKHTTP_VERSION = 4.9.0
MOKITO_INLINE_VERSION = 2.13.0
CORE_TEST_VERSION = 2.1.0
MOCKK_VERSION = 1.10.5