Fixed displaying wrong score when rapidly clicking vote buttons in PostRecyclerViewAdapter.

This commit is contained in:
Alex Ning
2019-04-18 17:18:19 +08:00
parent fb525d62ed
commit 246d4f45ab
6 changed files with 93 additions and 103 deletions

View File

@@ -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'
}