Skip to content

Commit

Permalink
1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 committed Sep 10, 2024
1 parent 6bdb066 commit b4cc9c1
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -95,8 +95,8 @@ android {
// keep support for it for a while.
minSdk = 21
targetSdk = 34
versionCode = 11
versionName = "1.0.9"
versionCode = 12
versionName = "1.0.10"
if (releaseType != "Release") {
versionNameSuffix = myVersionName
}
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/12.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- File player redesign
- Keep screen on while viewing lyrics
- Support SD cards in Filesystem tab
- Bug fixes

0 comments on commit b4cc9c1

Please sign in to comment.