Prepare a new release

This commit is contained in:
Grishka 2024-10-01 21:12:59 +03:00
parent e5dd97f992
commit 1b714e5815
3 changed files with 7 additions and 3 deletions

View File

@ -0,0 +1,4 @@
- We're rolling out grouped notifications for servers that support the feature
- You can now click "show results" on polls without having to submit a vote
- You will now see lines connecting reply chains in threads
- Bug fixes and improvements, obviously!

View File

@ -1 +1 @@
110.txt
116.txt

View File

@ -13,8 +13,8 @@ android {
applicationId "org.joinmastodon.android"
minSdk 23
targetSdk 34
versionCode 114
versionName "2.6.1"
versionCode 116
versionName "2.7.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}