Prepare v22.0 beta 4 release (#3664)
This commit is contained in:
parent
158f9b83fb
commit
252d1054ce
3 changed files with 13 additions and 2 deletions
|
@ -6,6 +6,12 @@
|
||||||
|
|
||||||
### Significant bug fixes
|
### Significant bug fixes
|
||||||
|
|
||||||
|
## v22.0 beta 4
|
||||||
|
|
||||||
|
### Significant bug fixes
|
||||||
|
|
||||||
|
- **Fixed repeated fetch of notifications if configured with multiple accounts**, [PR#3660](https://github.com/tuskyapp/Tusky/pull/3660)
|
||||||
|
|
||||||
## v22.0 beta 3
|
## v22.0 beta 3
|
||||||
|
|
||||||
### Significant bug fixes
|
### Significant bug fixes
|
||||||
|
|
|
@ -28,8 +28,8 @@ android {
|
||||||
namespace "com.keylesspalace.tusky"
|
namespace "com.keylesspalace.tusky"
|
||||||
minSdk 23
|
minSdk 23
|
||||||
targetSdk 33
|
targetSdk 33
|
||||||
versionCode 105
|
versionCode 106
|
||||||
versionName "22.0 beta 3"
|
versionName "22.0 beta 4"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
||||||
|
|
5
fastlane/metadata/android/en-US/changelogs/106.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/106.txt
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
Tusky 22.0 beta 4
|
||||||
|
|
||||||
|
Fixes:
|
||||||
|
|
||||||
|
- Fixed repeated fetch of notifications if configured with multiple accounts
|
Loading…
Reference in a new issue