Skip to content

Commit

Permalink
更新支持列表
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowine committed Dec 23, 2023
1 parent 7f6d0f4 commit ebc47b4
Show file tree
Hide file tree
Showing 3 changed files with 428 additions and 418 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 = 16
versionName = "2.0.8"
versionCode = 17
versionName = "2.0.9"
ndk.abiFilters += arrayOf("arm64-v8a", "armeabi-v7a", "x86", "x86_64")
buildConfigField("long", "BUILD_TIME", "$buildTime")
buildConfigField("int", "API_VERSION", "6")
Expand Down
Loading

0 comments on commit ebc47b4

Please sign in to comment.