Creating multireddit without specifying subreddits is available.

This commit is contained in:
Alex Ning
2020-02-12 18:11:03 +08:00
parent 5693bc384d
commit 805ce260a2
20 changed files with 662 additions and 141 deletions

View File

@@ -31,6 +31,6 @@ task clean(type: Delete) {
}
ext {
roomVersion = '2.2.1'
archLifecycleVersion = '2.2.0-rc02'
roomVersion = '2.2.3'
archLifecycleVersion = '2.2.0'
}