- Upgrade gradle dependencies to versions accepted by android 33

This commit is contained in:
2024-06-25 15:53:58 +01:00
parent 29881f207f
commit 78deab2b77
2 changed files with 12 additions and 8 deletions

View File

@@ -79,14 +79,18 @@ android {
]
}
flavorDimensions ["default"]
buildFeatures {
flavorDimensions = ["version"]
}
productFlavors {
atlasWeather {
dimension "version"
applicationId "com.appttude.h_mal.atlas_weather"
versionCode 5
versionName "3.0.0"
}
monoWeather {
dimension "version"
applicationId "com.appttude.h_mal.monoWeather"
versionCode 7
versionName "4.2.0"

View File

@@ -21,19 +21,19 @@ android.nonFinalResIds=false
# Plugin versions
ANDROID_CORE = 1.8.0
ANDROID_CORE = 1.10.1
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
FRAGMENT_VERSION = 1.5.4
MATERIAL_VERSION = 1.8.0
APP_COMPAT = 1.6.0
CONSTR_LAYOUT_VERSION = 2.1.4
ANDROID_LIFECYCLE = 2.5.1
RECYCLER_VIEW = 1.1.0
SWIPE_REFRESH = 1.0.0
PERMISSIONS_DISPATCHER = 4.9.2
TOMTOM_SEARCH = 2.4771
TOMTOM_MAP = 2.4771
TOMTOM_MAP = 2.4807
NAVIGATION_VERSION = 2.5.0
PREFERENCES_VERSION = 1.2.1
RETROFIT_VERSION = 2.9.0
@@ -47,7 +47,7 @@ ESPRESSO_VERSION = 3.5.1
HAMCREST_VERSION = 2.2
JUNIT_VERSION = 4.13.2
KODEIN_VERSION = 6.2.1
ROOM_VERSION = 2.4.3
ROOM_VERSION = 2.5.0
KOTLINX_COROUTINES = 1.6.1
TEST_KTX_VERSION = 1.4.0
GOOGLE_PLAY_SERVICE = 21.3.0