mirror of
https://github.com/hmalik144/Weather-apps.git
synced 2026-03-18 07:26:04 +00:00
- Upgrade gradle dependencies to versions accepted by android 33
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user