Skip to content

Commit

Permalink
2.0.8
Browse files Browse the repository at this point in the history
添加 椒盐/糖醋音乐使用魅族状态栏歌词接口 开关
2.0.7
修复 混淆导致正式版无法显示首页通知
2.0.6
添加 首页通知
适配 pad
修复 Android14不会stop
  • Loading branch information
xiaowine committed Nov 9, 2023
1 parent aa7ddd8 commit 0a62c99
Show file tree
Hide file tree
Showing 7 changed files with 398 additions and 343 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ android {
applicationId = "cn.lyric.getter"
minSdk = 26
targetSdk = 34
versionCode = 15
versionName = "2.0.7"
versionCode = 16
versionName = "2.0.8"
buildConfigField("long", "BUILD_TIME", "$buildTime")
buildConfigField("int", "API_VERSION", "6")
buildConfigField("int", "CONFIG_VERSION", "1")
buildConfigField("int", "APP_RULES_API_VERSION", "2")
buildConfigField("int", "APP_RULES_API_VERSION", "3")
}
val config = localProperties.getProperty("androidStoreFile")?.let {
signingConfigs.create("config") {
Expand Down
Loading

0 comments on commit 0a62c99

Please sign in to comment.