Skip to content

Commit

Permalink
2.0.15
Browse files Browse the repository at this point in the history
- 修复 酷狗hook状态栏歌词崩溃问题
- 修复 酷狗音乐会重复获取歌词
- 修复 酷狗版本判断导致概念版4.0.0无法使用问题
- 添加 华为音乐支持
  • Loading branch information
xiaowine committed Oct 16, 2024
1 parent c193102 commit 4a325bb
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 @@ -22,8 +22,8 @@ android {
applicationId = "cn.lyric.getter"
minSdk = 26
targetSdk = 35
versionCode = 22
versionName = "2.0.14"
versionCode = 23
versionName = "2.0.15"
dependenciesInfo.includeInApk = false
ndk.abiFilters += arrayOf("arm64-v8a", "armeabi-v7a", "x86", "x86_64")
buildConfigField("long", "BUILD_TIME", "$buildTime")
Expand Down

0 comments on commit 4a325bb

Please sign in to comment.