chore: bump version

This commit is contained in:
cubemaze
2023-06-13 16:11:32 +08:00
parent a4d7747078
commit d6a33bc81b
6 changed files with 144 additions and 101 deletions

View File

@@ -40,8 +40,8 @@ subprojects {
minSdk = 21
targetSdk = 31
versionName = "2.8.5"
versionCode = 208005
versionName = "2.8.6"
versionCode = 208006
resValue("string", "release_name", "v$versionName")
resValue("integer", "release_code", "$versionCode")