Fix post card has empty space under vote buttons once again by upgrading google's material library. Add an Okhttp3 interceptor for debug usage.

This commit is contained in:
Alex Ning
2020-02-21 17:50:49 +08:00
parent a54a3395f8
commit 3d9d98467a
4 changed files with 44 additions and 3 deletions

View File

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