Skip to content

Commit

Permalink
2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowine committed Mar 24, 2024
1 parent 03d4f58 commit 359c27c
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 = 19
versionName = "2.0.11"
versionCode = 20
versionName = "2.0.12"
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 359c27c

Please sign in to comment.