update changelog, bump version

This commit is contained in:
José Rebelo
2026-03-17 21:48:15 +00:00
parent a0e5a7e11b
commit a11fdbc067
4 changed files with 55 additions and 3 deletions
+2 -2
View File
@@ -98,8 +98,8 @@ android {
minSdk = 23
// Note: always bump BOTH versionCode and versionName!
versionName "0.89.1"
versionCode 245
versionName "0.90.0"
versionCode 246
vectorDrawables.useSupportLibrary = true
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
buildConfigField "boolean", "INTERNET_ACCESS", "false"