update version and readme

This commit is contained in:
sk 2022-05-06 00:34:08 +02:00
parent 010095a50e
commit 13c2adba56
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ Learn more about this app in the [blog post](https://blog.joinmastodon.org/2022/
([Pull request](https://github.com/mastodon/mastodon-android/pull/103)) and
[set as default](https://github.com/sk22/mastodon-android-fork/tree/feature/enable-unlisted-as-default)
* [Add "Federation" tab and change Discover tab order](https://github.com/sk22/mastodon-android-fork/tree/feature/add-federated-timeline)
* [Add image description button and viewer](https://github.com/sk22/mastodon-android-fork/tree/feature/display-alt-text) ([Pull request](https://github.com/mastodon/mastodon-android/pull/129))
## Building

View File

@ -10,7 +10,7 @@ android {
minSdk 23
targetSdk 31
versionCode 5
versionName '1.1.1-dev+fork.2.0'
versionName '1.1.1-dev+fork.1'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}