From 246d4f45abdbc65976b808c462fb16708869a4dc Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Thu, 18 Apr 2019 17:18:19 +0800 Subject: Fixed displaying wrong score when rapidly clicking vote buttons in PostRecyclerViewAdapter. --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index cdfe2895..dd60d87a 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.3.1' + classpath 'com.android.tools.build:gradle:3.3.2' // NOTE: Do not place your application dependencies here; they belong @@ -31,6 +31,6 @@ task clean(type: Delete) { } ext { - roomVersion = '2.1.0-alpha04' - archLifecycleVersion = '2.1.0-alpha02' + roomVersion = '2.1.0-alpha06' + archLifecycleVersion = '2.1.0-alpha04' } \ No newline at end of file -- cgit v1.2.3