Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtakac committed Apr 18, 2024
1 parent 5cd1485 commit cb98d6b
Show file tree
Hide file tree
Showing 2 changed files with 11 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 = 6
versionName = "1.0.5"
versionCode = 7
versionName = "1.1.0"

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

### Added
- Precipitation graph
- Colored temp. bar explanation to README.md

### Changed
- Condition graphs screen no longer has date header
- Condition graphs have start padding

0 comments on commit cb98d6b

Please sign in to comment.