Release 90

This commit is contained in:
Conny Duck 2022-05-10 20:00:53 +02:00
parent e532bcac0e
commit 7db504775c
2 changed files with 8 additions and 2 deletions

View File

@ -20,8 +20,8 @@ android {
applicationId APP_ID
minSdkVersion 21
targetSdkVersion 31
versionCode 89
versionName "17.0"
versionCode 90
versionName "18.0 beta 1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

View File

@ -0,0 +1,6 @@
Tusky v18.0
- Support for new Mastodon 3.5 notification types
- The bot badge now looks better and adjusts to the selected theme
- Text can now be selected on the post detail view
- Fixed a lot of bugs, including one that prevented logins on Android 6 and lower