Skip to content

Commit

Permalink
1.5.1 (13)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtakac committed May 26, 2024
1 parent 094f8b6 commit 6897f45
Show file tree
Hide file tree
Showing 2 changed files with 4 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 = 12
versionName = "1.5.0"
versionCode = 13
versionName = "1.5.1"

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

0 comments on commit 6897f45

Please sign in to comment.