Skip to content

Commit

Permalink
2.0.13
Browse files Browse the repository at this point in the history
适配 Flamingo
适配 拟声
修复 由于某些 AppRule 更新情况,数组越界崩溃
  • Loading branch information
xiaowine committed Jun 13, 2024
1 parent d63f069 commit c7828d2
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 = 20
versionName = "2.0.12"
versionCode = 21
versionName = "2.0.13"
ndk.abiFilters += arrayOf("arm64-v8a", "armeabi-v7a", "x86", "x86_64")
buildConfigField("long", "BUILD_TIME", "$buildTime")
buildConfigField("int", "API_VERSION", "6")
Expand Down

0 comments on commit c7828d2

Please sign in to comment.