Austin Huang
4 years ago
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
2 changed files with
11 additions and
2 deletions
-
app/build.gradle
-
fastlane/metadata/android/en-US/changelogs/48.txt
|
|
@ -10,8 +10,8 @@ android { |
|
|
|
minSdkVersion 16 |
|
|
|
targetSdkVersion 29 |
|
|
|
|
|
|
|
versionCode 47 |
|
|
|
versionName '18.1' |
|
|
|
versionCode 48 |
|
|
|
versionName '18.2' |
|
|
|
|
|
|
|
multiDexEnabled true |
|
|
|
|
|
|
|
|
|
@ -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 |