Skip to content

Commit

Permalink
Bump version to 2.10.4 (210004)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 2, 2024
1 parent 0dc2191 commit 4df3934
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.3"
versionCode = 210003
versionName = "2.10.4"
versionCode = 210004

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

0 comments on commit 4df3934

Please sign in to comment.