Skip to content

Commit

Permalink
Release 84
Browse files Browse the repository at this point in the history
  • Loading branch information
connyduck committed Feb 8, 2022
1 parent 8f0e5ac commit b21e225
Show file tree
Hide file tree
Showing 2 changed files with 10 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 30
versionCode 83
versionName "15.1"
versionCode 84
versionName "16.0 beta 1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/85.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Tusky v16.0

- The timeline loading logic has been completely rewritten in order to be faster, less buggy and easier to maintain.
- Tusky can now animate custom emojis in APNG & Animated WebP format.
- A lot of bugfixes
- Support for Android 11
- New translations: Scottish Gaelic, Galician, Ukrainian
- Improved translations

0 comments on commit b21e225

Please sign in to comment.