Skip to content

Commit

Permalink
Release 88
Browse files Browse the repository at this point in the history
  • Loading branch information
connyduck committed Mar 28, 2022
1 parent f2529a8 commit 71739ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/89.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 71739ba

Please sign in to comment.