Prepare 22.0 beta 5 (versionCode 107) (#3678)
This commit is contained in:
parent
931a09eab7
commit
867232ce88
3 changed files with 16 additions and 2 deletions
|
@ -6,6 +6,13 @@
|
||||||
|
|
||||||
### Significant bug fixes
|
### Significant bug fixes
|
||||||
|
|
||||||
|
## v22.0 beta 5
|
||||||
|
|
||||||
|
## Significant bug fixes
|
||||||
|
|
||||||
|
- **Rolled back APNG library to fix broken animated emojis**, [PR#3676](https://github.com/tuskyapp/Tusky/pull/3676)
|
||||||
|
- **Save local copy of notification marker in case server does not support the API**, [PR#3672](https://github.com/tuskyapp/Tusky/pull/3672)
|
||||||
|
|
||||||
## v22.0 beta 4
|
## v22.0 beta 4
|
||||||
|
|
||||||
### 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 106
|
versionCode 107
|
||||||
versionName "22.0 beta 4"
|
versionName "22.0 beta 5"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
||||||
|
|
7
fastlane/metadata/android/en-US/changelogs/107.txt
Normal file
7
fastlane/metadata/android/en-US/changelogs/107.txt
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
Tusky 22.0 beta 5
|
||||||
|
|
||||||
|
Fixes:
|
||||||
|
|
||||||
|
- Rolled back APNG library to fix broken animated emojis
|
||||||
|
- Save local copy of notification marker in case server does not support the API
|
||||||
|
|
Loading…
Reference in a new issue