Release 3.34.0-beta-1

This commit is contained in:
Thomas 2025-07-24 18:16:18 +02:00
parent bb500d04a6
commit 7b770156de
2 changed files with 7 additions and 2 deletions

View file

@ -13,8 +13,8 @@ android {
defaultConfig { defaultConfig {
minSdk 21 minSdk 21
targetSdk 34 targetSdk 34
versionCode 534 versionCode 535
versionName "3.33.1" versionName "3.34.0-beta-1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
flavorDimensions "default" flavorDimensions "default"

View file

@ -1,4 +1,9 @@
[ [
{
"version": "3.34.0-beta-1",
"code": "535",
"note": "Added:\n- Quote support for Mastodon\n- Long press on tags: Follow / Mute\n\nChanged:\n- Limit the number of highlighted hashtags at the bottom of messages\n\nFixed:\n- Fix a crash with threads\n- Fix empty Hashtags"
},
{ {
"version": "3.33.1", "version": "3.33.1",
"code": "534", "code": "534",