Skip to content

Commit

Permalink
1.0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 committed Feb 18, 2024
1 parent 79ebaf9 commit 9cd07e5
Show file tree
Hide file tree
Showing 2 changed files with 3 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 {
// me.zhanghai.android.fastscroll requires 21 and its not worth the effort to change that
minSdk = 21 // Android 5.0
targetSdk = 34 // Android 14.0
versionCode = 5
versionName = "1.0.4"
versionCode = 6
versionName = "1.0.4.1"
if (releaseType != "Release") {
versionNameSuffix = myVersionName
}
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Gramophone

0 comments on commit 9cd07e5

Please sign in to comment.