Release 90
This commit is contained in:
parent
e532bcac0e
commit
7db504775c
2 changed files with 8 additions and 2 deletions
|
@ -20,8 +20,8 @@ android {
|
||||||
applicationId APP_ID
|
applicationId APP_ID
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 31
|
targetSdkVersion 31
|
||||||
versionCode 89
|
versionCode 90
|
||||||
versionName "17.0"
|
versionName "18.0 beta 1"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
||||||
|
|
6
fastlane/metadata/android/en-US/changelogs/91.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/91.txt
Normal file
|
@ -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…
Reference in a new issue