update changelog, bump version

This commit is contained in:
José Rebelo
2025-09-23 13:51:06 +01:00
parent 76d16b6829
commit 22921b5900
4 changed files with 10 additions and 2 deletions
+2 -2
View File
@@ -98,8 +98,8 @@ android {
minSdk = 23
// Note: always bump BOTH versionCode and versionName!
versionName "0.87.0"
versionCode 241
versionName "0.87.1"
versionCode 242
vectorDrawables.useSupportLibrary = true
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
buildConfigField "boolean", "INTERNET_ACCESS", "false"