Release 98
This commit is contained in:
parent
78fc9d0eb4
commit
387c1a4404
2 changed files with 9 additions and 2 deletions
|
@ -25,8 +25,8 @@ android {
|
|||
namespace "com.keylesspalace.tusky"
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 33
|
||||
versionCode 97
|
||||
versionName "20.0"
|
||||
versionCode 98
|
||||
versionName "21.0 beta 1"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
|
|
7
fastlane/metadata/android/en-US/changelogs/99.txt
Normal file
7
fastlane/metadata/android/en-US/changelogs/99.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
Tusky 21.0
|
||||
|
||||
- Support for post editing
|
||||
- New setting to control preferred reading direction
|
||||
- Larger media previews and a new overlay to indicate media with description
|
||||
- It is now possible to add accounts to lists from their profile
|
||||
and much more
|
Loading…
Reference in a new issue