Skip to content

Commit

Permalink
# 2.0.14
Browse files Browse the repository at this point in the history
 添加 酷狗魅族状态栏模式
优化 musicfree适配
优化 媒体通知的监听
优化 音乐软件进程关闭监听
优化 代码
  • Loading branch information
xiaowine authored and YuKongA committed Oct 2, 2024
1 parent 0c58d51 commit f432775
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ android {
applicationId = "cn.lyric.getter"
minSdk = 26
targetSdk = 35
versionCode = 21
versionName = "2.0.13"
versionCode = 22
versionName = "2.0.14"
dependenciesInfo.includeInApk = false
ndk.abiFilters += arrayOf("arm64-v8a", "armeabi-v7a", "x86", "x86_64")
buildConfigField("long", "BUILD_TIME", "$buildTime")
buildConfigField("int", "API_VERSION", "6")
buildConfigField("int", "CONFIG_VERSION", "1")
buildConfigField("int", "APP_RULES_API_VERSION", "8")
buildConfigField("int", "APP_RULES_API_VERSION", "9")
}
val config = localProperties.getProperty("androidStoreFile")?.let {
signingConfigs.create("config") {
Expand Down

0 comments on commit f432775

Please sign in to comment.