Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
API to 5
添加UI
添加 允许部分软件息屏后依旧输出
添加 允许输出重复歌词
修复 Apple music异常
  • Loading branch information
xiaowine committed Aug 4, 2023
1 parent 8020b8c commit 4b93832
Showing 1 changed file with 2 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 @@ -17,8 +17,8 @@ android {
applicationId = "cn.lyric.getter"
minSdk = 26
targetSdk = 34
versionCode = 7
versionName = "1.0.5$buildTime"
versionCode = 8
versionName = "2.0.0"
buildConfigField("long", "BUILD_TIME", "$buildTime")
buildConfigField("int", "API_VERSION", "5")
buildConfigField("int", "CONFIG_VERSION", "1")
Expand Down

0 comments on commit 4b93832

Please sign in to comment.