Skip to content

Commit

Permalink
Chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr328 committed Nov 16, 2022
1 parent 8758c56 commit 8506303
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.5.11"
versionCode = 205011
versionName = "2.5.12"
versionCode = 205012

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

0 comments on commit 8506303

Please sign in to comment.