update changelog, bump version

This commit is contained in:
Andreas Shimokawa
2025-02-23 13:51:16 +01:00
parent 66adda46ec
commit aabfd91cf8
4 changed files with 65 additions and 3 deletions
+2 -2
View File
@@ -79,8 +79,8 @@ android {
minSdkVersion 21
// Note: always bump BOTH versionCode and versionName!
versionName "0.83.1"
versionCode 236
versionName "0.84.0"
versionCode 237
vectorDrawables.useSupportLibrary = true
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
buildConfigField "boolean", "INTERNET_ACCESS", "false"