Browse Source

Release 90

pull/2513/head v18.0-beta.1
Conny Duck 4 years ago
parent
commit
7db504775c
  1. 4
      app/build.gradle
  2. 6
      fastlane/metadata/android/en-US/changelogs/91.txt

4
app/build.gradle

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

6
fastlane/metadata/android/en-US/changelogs/91.txt

@ -0,0 +1,6 @@
Tusky v18.0
- Support for new Mastodon 3.5 notification types
- The bot badge now looks better and adjusts to the selected theme
- Text can now be selected on the post detail view
- Fixed a lot of bugs, including one that prevented logins on Android 6 and lower
Loading…
Cancel
Save