Release 88
This commit is contained in:
parent
f2529a8e61
commit
71739ba87f
2 changed files with 9 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
7
fastlane/metadata/android/en-US/changelogs/89.txt
Normal file
7
fastlane/metadata/android/en-US/changelogs/89.txt
Normal 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
|
Loading…
Reference in a new issue