Skip to content

Commit

Permalink
Release 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0oked committed Jul 1, 2023
1 parent fb21865 commit 8953fc8
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
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId 'com.bobek.metronome'
minSdk 21
targetSdk 33
versionCode 6
versionName '1.4.1'
versionCode 7
versionName '1.4.2'

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/de/changelogs/7.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Tempo setzen beim Button drücken
- Problem mit der russischen Übersetzung behoben
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/7.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Tap tempo on button press
- Fixed problem with Russian translation

0 comments on commit 8953fc8

Please sign in to comment.