Skip to content

Commit

Permalink
1.5.0 (12)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtakac committed May 26, 2024
1 parent d95826c commit 89245f5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
applicationId = "com.davidtakac.bura"
minSdk = 28
targetSdk = 34
versionCode = 11
versionName = "1.4.0"
versionCode = 12
versionName = "1.5.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resourceConfigurations.addAll(
Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/12.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
### Fixed
- Wind direction arrow orientation

### Changed
- Day summary PoP is now maximum of day

### Added
- Swedish
- Polish
- Themed app icon

0 comments on commit 89245f5

Please sign in to comment.