Skip to content

Commit

Permalink
1.4.0 (11)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtakac committed May 9, 2024
1 parent b44a809 commit 3939497
Show file tree
Hide file tree
Showing 2 changed files with 15 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 = 10
versionName = "1.3.0"
versionCode = 11
versionName = "1.4.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resourceConfigurations.addAll(listOf("en", "fr", "hr", "vi", "zh-rCN", "de", "ru"))
Expand Down
13 changes: 13 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
### Fixed
- Misaligned saved place item UI elements
- Graph plot line peeking over its fill

### Changed
- Saved places sorted by modification date descending
- Network timeouts increased to 10s

### Added
- Russian
- German
- Chinese (Simplified)
- Optimized weather icon SVGs

0 comments on commit 3939497

Please sign in to comment.