Browse Source

Release 88

pull/2408/head v17.0-beta.1
Conny Duck 4 years ago
parent
commit
71739ba87f
  1. 4
      app/build.gradle
  2. 7
      fastlane/metadata/android/en-US/changelogs/89.txt

4
app/build.gradle

@ -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

@ -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…
Cancel
Save