Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtakac committed Apr 5, 2024
1 parent c2e200f commit 8379e7d
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -21,8 +21,8 @@ android {
applicationId = "com.davidtakac.bura"
minSdk = 28
targetSdk = 34
versionCode = 4
versionName = "1.0.3"
versionCode = 5
versionName = "1.0.4"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resourceConfigurations.addAll(listOf("en", "hr"))
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## [1.0.4] - 2024-04-05

### Fixed
- Search bar having no horizontal padding for larger font sizes
- Graph screen scaling issues for larger font sizes
- Inconsistency between Now header on Home and Graphs screen

0 comments on commit 8379e7d

Please sign in to comment.