Skip to content

Commit

Permalink
Release 1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 committed Oct 8, 2024
1 parent 30f76ac commit 4589ac9
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -104,8 +104,8 @@ android {
// keep support for it for a while.
minSdk = 21
targetSdk = 34
versionCode = 15
versionName = "1.0.13"
versionCode = 16
versionName = "1.0.14"
if (releaseType != "Release") {
versionNameSuffix = myVersionName
}
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/16.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Fix some bugs related to tab reordering
- Fixed equalizer support
- Fix some accessibility issues (please let me know if there are more!)

0 comments on commit 4589ac9

Please sign in to comment.