Release 88

This commit is contained in:
Conny Duck 2022-03-28 19:28:38 +02:00
parent f2529a8e61
commit 71739ba87f
2 changed files with 9 additions and 2 deletions

View File

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

View File

@ -0,0 +1,7 @@
Tusky v17.0
- "Open as..." is now also available in the menu on account profiles when using multiple accounts
- Login is now handled in a WebView within the app
- Support for Android 12
- support for the new Mastodon instance configuration API
- and a lot of other small fixes and improvements