From e96ca01dec325e9852d42c39cb8d14f45cdb1226 Mon Sep 17 00:00:00 2001 From: Conny Duck Date: Fri, 3 May 2024 12:28:45 +0200 Subject: [PATCH] Release 119 --- CHANGELOG.md | 1 + app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 602c4f979..1cd57cc67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ ### Significant bug fixes - The setting to hide the notification filter bar that was accidentally removed is back. [PR#4225](https://github.com/tuskyapp/Tusky/pull/4225) +- The profile picture in the bottom navigation bar now has the correct content description. [PR#4400](https://github.com/tuskyapp/Tusky/pull/4400) ## v24.1 diff --git a/app/build.gradle b/app/build.gradle index f10051932..97e604233 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,8 +29,8 @@ android { namespace "com.keylesspalace.tusky" minSdk 24 targetSdk 34 - versionCode 118 - versionName "25.0 beta 1" + versionCode 119 + versionName "25.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true