mirror of
https://github.com/tuskyapp/Tusky
synced 2024-12-22 15:04:25 +01:00
Release 119
This commit is contained in:
parent
88fbf33832
commit
e96ca01dec
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user