Skip to content

Commit

Permalink
Release 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0oked committed Oct 6, 2024
1 parent 3e6b7c9 commit 1792c3b
Show file tree
Hide file tree
Showing 3 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 @@ -36,8 +36,8 @@ android {
applicationId = "com.bobek.metronome"
minSdk = 21
targetSdk = 35
versionCode = 13
versionName = "1.6.1"
versionCode = 14
versionName = "1.6.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/de-DE/changelogs/14.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Verbesserte Unterstützung von verschiedenen Bildschirmgrößen
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/14.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Improved support for different screen sizes

0 comments on commit 1792c3b

Please sign in to comment.