Loading app/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -13,8 +13,8 @@ android { defaultConfig { minSdk 21 targetSdk 34 versionCode 534 versionName "3.33.1" versionCode 535 versionName "3.34.0-beta-1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } flavorDimensions "default" Loading app/src/main/assets/release_notes/notes.json +5 −0 Original line number Diff line number Diff line [ { "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", "code": "534", Loading Loading
app/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -13,8 +13,8 @@ android { defaultConfig { minSdk 21 targetSdk 34 versionCode 534 versionName "3.33.1" versionCode 535 versionName "3.34.0-beta-1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } flavorDimensions "default" Loading
app/src/main/assets/release_notes/notes.json +5 −0 Original line number Diff line number Diff line [ { "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", "code": "534", Loading