Disable clicking comment icon in a post to submit a comment. Enlarge the icons in comments. Fix regex used to linkify subreddits and users.

This commit is contained in:
Alex Ning
2019-10-25 21:16:09 +08:00
parent 6662f9af34
commit 75452b764d
12 changed files with 69 additions and 70 deletions

View File

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