Prepare 22.0 beta 6 (versionCode 108) (#3687)
This commit is contained in:
parent
57e79b3f00
commit
d5fdcc9578
|
@ -6,6 +6,12 @@
|
|||
|
||||
### Significant bug fixes
|
||||
|
||||
## v22.0 beta 6
|
||||
|
||||
### Significant bug fixes
|
||||
|
||||
- **Save reading position in the Notifications tab more frequently**, [PR#3685](https://github.com/tuskyapp/Tusky/pull/3685)
|
||||
|
||||
## v22.0 beta 5
|
||||
|
||||
## Significant bug fixes
|
||||
|
|
|
@ -28,8 +28,8 @@ android {
|
|||
namespace "com.keylesspalace.tusky"
|
||||
minSdk 23
|
||||
targetSdk 33
|
||||
versionCode 107
|
||||
versionName "22.0 beta 5"
|
||||
versionCode 108
|
||||
versionName "22.0 beta 6"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
Tusky 22.0 beta 6
|
||||
|
||||
Fixes:
|
||||
|
||||
- Save reading position in the Notifications tab more frequently
|
Loading…
Reference in New Issue