Skip to content

Commit

Permalink
1.0.2 (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtakac committed Mar 31, 2024
1 parent 9153aef commit f4522e4
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 @@ -21,8 +21,8 @@ android {
applicationId = "com.davidtakac.bura"
minSdk = 28
targetSdk = 34
versionCode = 2
versionName = "1.0.1"
versionCode = 3
versionName = "1.0.2"

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

## Clear Bura's app data after installing this update.

### Fixed
- Crashing for places in India (#7)
- Smaller places not showing up in search results (#5, #6)

### Added
- Settings screenshot to README.md and Fastlane (#13)

0 comments on commit f4522e4

Please sign in to comment.