Prepare a new release
This commit is contained in:
parent
e5dd97f992
commit
1b714e5815
|
@ -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!
|
|
@ -1 +1 @@
|
||||||
110.txt
|
116.txt
|
|
@ -13,8 +13,8 @@ android {
|
||||||
applicationId "org.joinmastodon.android"
|
applicationId "org.joinmastodon.android"
|
||||||
minSdk 23
|
minSdk 23
|
||||||
targetSdk 34
|
targetSdk 34
|
||||||
versionCode 114
|
versionCode 116
|
||||||
versionName "2.6.1"
|
versionName "2.7.0"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue