Prepare 23.0 beta 2 (versionCode 112) (#3817)
This commit is contained in:
parent
3406abcbb3
commit
201f2c757e
|
@ -6,6 +6,13 @@
|
||||||
|
|
||||||
### Significant bug fixes
|
### Significant bug fixes
|
||||||
|
|
||||||
|
## v23.0 beta 2
|
||||||
|
|
||||||
|
### Significant bug fixes
|
||||||
|
|
||||||
|
- **Potential crash when editing profile fields**, [PR#3808](https://github.com/tuskyapp/Tusky/pull/3808) by [@nikclayton](https://mastodon.social/@nikclayton)
|
||||||
|
- **Oversized context menu when editing image descriptions**, [PR#3787](https://github.com/tuskyapp/Tusky/pull/3787) by [@connyduck](https://chaos.social/@ConnyDuck)
|
||||||
|
|
||||||
## v23.0 beta 1
|
## v23.0 beta 1
|
||||||
|
|
||||||
### New features and other improvements
|
### New features and other improvements
|
||||||
|
|
|
@ -29,8 +29,8 @@ android {
|
||||||
namespace "com.keylesspalace.tusky"
|
namespace "com.keylesspalace.tusky"
|
||||||
minSdk 23
|
minSdk 23
|
||||||
targetSdk 33
|
targetSdk 33
|
||||||
versionCode 111
|
versionCode 112
|
||||||
versionName "23.0 beta 1"
|
versionName "23.0 beta 2"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
Tusky 23.0 beta 2
|
||||||
|
|
||||||
|
Fixes:
|
||||||
|
|
||||||
|
- Potential crash when editing profile fields
|
||||||
|
- Oversized context menu when editing image descriptions
|
Loading…
Reference in New Issue