Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0oked committed May 2, 2024
1 parent 19d568c commit 98f7847
Show file tree
Hide file tree
Showing 5 changed files with 10 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 @@ -32,8 +32,8 @@ android {
applicationId = "com.bobek.metronome"
minSdk = 21
targetSdk = 34
versionCode = 11
versionName = "1.5.0"
versionCode = 12
versionName = "1.6.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/12.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Lücken spielen
- Übersetzung für Chinesisch wurde hinzugefügt
- Übersetzung für Spanisch wurde hinzugefügt
1 change: 1 addition & 0 deletions fastlane/metadata/android/de-DE/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Ein einfaches und schönes Metronom mit dem du Musik üben kannst.
Inhalt:
* Einstellbare Schläge und Unterteilungen
* Visualisierung der Schläge
* Lücken spielen
* Tempo setzen durch Antippen
* Light und Dark Theme
* Keine Werbung
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/12.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Implemented gap ticks
- Added Chinese translation
- Added Spanish translation
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ A simple and beautiful metronome that you can use to practice music.
Features:
* Adjustable beats and subdivisions
* Beat visualization
* Gap ticks
* Tap tempo
* Light and Dark theme
* No advertisements
Expand Down

0 comments on commit 98f7847

Please sign in to comment.