From fcc34b45d4aeae95bd16c9d70f0a2db5109951f0 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 12 Jul 2019 11:31:28 +0800 Subject: Use a modal bottom sheet to display post selection instead of an alert dialog. Fixed some icons. --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index c90ac9cd..367dc7bf 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.4.1' + classpath 'com.android.tools.build:gradle:3.4.2' // NOTE: Do not place your application dependencies here; they belong @@ -31,6 +31,6 @@ task clean(type: Delete) { } ext { - roomVersion = '2.1.0-rc01' - archLifecycleVersion = '2.2.0-alpha01' + roomVersion = '2.2.0-alpha01' + archLifecycleVersion = '2.2.0-alpha02' } \ No newline at end of file -- cgit v1.2.3