Browse Source

v18.2

legacy
Austin Huang 4 years ago
parent
commit
2e21f40044
No known key found for this signature in database GPG Key ID: 84C23AA04587A91F
  1. 4
      app/build.gradle
  2. 9
      fastlane/metadata/android/en-US/changelogs/48.txt

4
app/build.gradle

@ -10,8 +10,8 @@ android {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 29 targetSdkVersion 29
versionCode 47
versionName '18.1'
versionCode 48
versionName '18.2'
multiDexEnabled true multiDexEnabled true

9
fastlane/metadata/android/en-US/changelogs/48.txt

@ -0,0 +1,9 @@
* Proper login support for those under Android 8
* You are alerted before unfollowing a private account
* Update checker can now be toggled
* "Swipe up" story sticker type is now supported
* Unread DM are now indicated
* You can now mark DMs as seen, either automatically (settings) or manually
* You can now kick DM members
* "Clip" message type (basically sharing reels) is now supported
* Bug fixes, see GitHub
Loading…
Cancel
Save