Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Akylas/oss-weather
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Nov 29, 2024
2 parents 00b4c00 + 8605f9c commit 6924a46
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions App_Resources/Android/app.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
defaultConfig {
multiDexEnabled false
minSdkVersion 24
versionCode 142
versionName "2.8.5"
versionCode 143
versionName "2.9.0"

// if (project.hasProperty('resConfigs')) {
// def resConfigs = project.findProperty('resConfigs')
Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/143.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Features:
- option to change layer opacity in weather map
- hourly uvIndex when provided by the provider (MeteoFrance does not provide it)

Bug fixes:
- layout fix for font size setting screen
- allow small icons in current weather view
- Translations update
8 changes: 8 additions & 0 deletions fastlane/metadata/android/fr-FR/changelogs/143.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Features:
- option to change layer opacity in weather map
- hourly uvIndex when provided by the provider (MeteoFrance does not provide it)

Bug fixes:
- layout fix for font size setting screen
- allow small icons in current weather view
- Translations update

0 comments on commit 6924a46

Please sign in to comment.