Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
stitchrs committed May 22, 2023
1 parent 26a4702 commit 008e994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 83 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.8.3"
versionCode = 208003
versionName = "2.8.4"
versionCode = 208004

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

0 comments on commit 008e994

Please sign in to comment.