Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Nov 29, 2024
2 parents 76d56c0 + 6924a46 commit 3be14a1
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 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
4 changes: 2 additions & 2 deletions App_Resources/iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<plist version="1.0">
<dict>
<key>CFBundleShortVersionString</key>
<string>2.8.5</string>
<string>2.9.0</string>
<key>CFBundleVersion</key>
<string>121</string>
<string>122</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
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 3be14a1

Please sign in to comment.