Skip to content

Commit

Permalink
Release 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0oked committed Nov 11, 2023
1 parent 5849213 commit 56ce584
Show file tree
Hide file tree
Showing 3 changed files with 6 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 @@ -13,8 +13,8 @@ android {
applicationId = "com.bobek.metronome"
minSdk = 21
targetSdk = 34
versionCode = 8
versionName = "1.4.3"
versionCode = 9
versionName = "1.4.4"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/de/changelogs/9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- App Crash in Android 14 behoben
- Stopp Button in de Benachrichtigung in Android 14 behoben
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fixed app crash on Android 14
- Fixed stop button in notification on Android 14

0 comments on commit 56ce584

Please sign in to comment.