View crosspost parent in ViewPostDetailActivity when clicking the crosspost icon or select Crosspost parent menu item in toolbar. Filter NSFW posts in FilteredThingActivity is now available.

This commit is contained in:
Alex Ning
2019-08-30 11:35:44 +08:00
parent 92762974ff
commit a5a77fca04
14 changed files with 99 additions and 29 deletions

View File

@@ -31,6 +31,6 @@ task clean(type: Delete) {
}
ext {
roomVersion = '2.2.0-alpha02'
roomVersion = '2.2.0-beta01'
archLifecycleVersion = '2.2.0-alpha03'
}