Skip to content

Commit

Permalink
Release 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0oked committed Nov 5, 2023
1 parent 2976bf8 commit bce9521
Show file tree
Hide file tree
Showing 3 changed files with 8 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 = 7
versionName = "1.4.2"
versionCode = 8
versionName = "1.4.3"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/de/changelogs/8.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Upgrade zu Android 14
- Verbesserte Theme Namen
- Tippfehler korrigiert
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/8.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Upgraded to Android 14
- Improved theme naming
- Fixed typos

0 comments on commit bce9521

Please sign in to comment.