Prepare new release

This commit is contained in:
Grishka 2024-07-10 00:43:46 +03:00
parent ff7b6e4564
commit 761cadbcc7
3 changed files with 4 additions and 2 deletions

View File

@ -0,0 +1 @@
- Added option to donate to Mastodon in-app when connected to our flagship server. This option will not appear when using a 3rd party server to avoid confusion. Please check if the 3rd party server you're using accepts donations through their website.

View File

@ -0,0 +1 @@
109.txt

View File

@ -13,8 +13,8 @@ android {
applicationId "org.joinmastodon.android"
minSdk 23
targetSdk 34
versionCode 108
versionName "2.5.6"
versionCode 109
versionName "2.6.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}