diff --git a/app/build.gradle b/app/build.gradle index 7e0ec6877..7c4b61057 100644 --- a/app/build.gradle +++ b/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 diff --git a/fastlane/metadata/android/en-US/changelogs/89.txt b/fastlane/metadata/android/en-US/changelogs/89.txt new file mode 100644 index 000000000..4b666c353 --- /dev/null +++ b/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