Skip to content

Commit

Permalink
Bump version to 2.10.2 (210002)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 28, 2024
1 parent e7e870a commit 65bfd8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ subprojects {
minSdk = 21
targetSdk = 31

versionName = "2.10.1"
versionCode = 210001
versionName = "2.10.2"
versionCode = 210002

resValue("string", "release_name", "v$versionName")
resValue("integer", "release_code", "$versionCode")
Expand Down

1 comment on commit 65bfd8a

@5lonely
Copy link

@5lonely 5lonely commented on 65bfd8a Aug 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不能测延迟新版

Please sign in to comment.