- 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"