Skip to content

Commit

Permalink
Release 1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 committed Oct 30, 2024
1 parent 3a2fd9b commit 64ab51d
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 = 16
versionName = "1.0.14"
versionCode = 17
versionName = "1.0.15"
if (releaseType != "Release") {
versionNameSuffix = myVersionName
}
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Added status bar lyrics for MeiZu devices, select custom ROMs and Lyric Getter Xposed (thanks to @ghhccghk)
- Fixed multiple bugs & crashes
- Updated translations as usual (thanks to our hardworking translators!)

0 comments on commit 64ab51d

Please sign in to comment.