1
0
mirror of https://github.com/tuskyapp/Tusky synced 2024-12-22 15:04:25 +01:00

Release 119

This commit is contained in:
Conny Duck 2024-05-03 12:28:45 +02:00
parent 88fbf33832
commit e96ca01dec
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View File

@ -42,6 +42,7 @@
### Significant bug fixes ### 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 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 ## v24.1

View File

@ -29,8 +29,8 @@ android {
namespace "com.keylesspalace.tusky" namespace "com.keylesspalace.tusky"
minSdk 24 minSdk 24
targetSdk 34 targetSdk 34
versionCode 118 versionCode 119
versionName "25.0 beta 1" versionName "25.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true