Release 20

This commit is contained in:
Matthieu 2022-11-28 00:16:32 +01:00
parent 50ddbc40ed
commit c913adeda6
2 changed files with 5 additions and 1 deletions

View File

@ -32,7 +32,7 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 33
versionCode 19
versionCode 20
versionName "1.0.beta" + versionCode
//TODO add resConfigs("en", "fr", "ja",...) ?

View File

@ -0,0 +1,4 @@
- Delete and redraft existing posts
- Collections of own posts can now be viewed and edited
- Post creation is now performed in two steps, with new support for: NSFW sensitivity, account switching
- Many other changes and improvements :)