Skip to content

Commit

Permalink
chore: v1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Nov 25, 2024
1 parent f88bc1f commit 3266543
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.2-beta.1
# v1.9.2

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

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

applicationId = "li.songe.gkd"
versionCode = 49
versionName = "1.9.2-beta.1"
versionCode = 50
versionName = "1.9.2"

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

0 comments on commit 3266543

Please sign in to comment.