From 75452b764d0a0edb4c227cb97c0c7f06c8e6300b Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 25 Oct 2019 21:16:09 +0800 Subject: Disable clicking comment icon in a post to submit a comment. Enlarge the icons in comments. Fix regex used to linkify subreddits and users. --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index a42fdab1..93ad760b 100644 --- a/build.gradle +++ b/build.gradle @@ -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' } \ No newline at end of file -- cgit v1.2.3