Skip to content

Commit

Permalink
chore: v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Nov 11, 2024
1 parent 3339651 commit 9bae29f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v1.9.1-beta.1
# v1.9.1

以下是本次更新的主要内容

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ android {
targetSdk = project.properties["android_targetSdk"].toString().toInt()

applicationId = "li.songe.gkd"
versionCode = 47
versionName = "v1.9.1-beta.1"
versionCode = 48
versionName = "v1.9.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down

0 comments on commit 9bae29f

Please sign in to comment.