chore: bump version

This commit is contained in:
riolu.rs
2023-09-01 08:14:58 +08:00
parent fd433244c7
commit 9dc7e5f229
9 changed files with 764 additions and 123 deletions

View File

@@ -40,8 +40,8 @@ subprojects {
minSdk = 21
targetSdk = 31
versionName = "2.8.8"
versionCode = 208008
versionName = "2.8.9"
versionCode = 208009
resValue("string", "release_name", "v$versionName")
resValue("integer", "release_code", "$versionCode")