diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-02-21 09:50:49 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-02-21 09:50:49 +0000 |
commit | 3d9d98467ac63efa980ef0592455fc6c10abfc27 (patch) | |
tree | 4521209ca84b1437061d538f88d96aa9393bc25c /app/build.gradle | |
parent | a54a3395f8d5c2b61905f4c0ae77c4b7d11b3a16 (diff) | |
download | infinity-for-reddit-3d9d98467ac63efa980ef0592455fc6c10abfc27.tar infinity-for-reddit-3d9d98467ac63efa980ef0592455fc6c10abfc27.tar.gz infinity-for-reddit-3d9d98467ac63efa980ef0592455fc6c10abfc27.tar.bz2 infinity-for-reddit-3d9d98467ac63efa980ef0592455fc6c10abfc27.tar.lz infinity-for-reddit-3d9d98467ac63efa980ef0592455fc6c10abfc27.tar.xz infinity-for-reddit-3d9d98467ac63efa980ef0592455fc6c10abfc27.tar.zst infinity-for-reddit-3d9d98467ac63efa980ef0592455fc6c10abfc27.zip |
Fix post card has empty space under vote buttons once again by upgrading google's material library. Add an Okhttp3 interceptor for debug usage.
Diffstat (limited to '')
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index b474a42c..212de403 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -34,7 +34,7 @@ repositories { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'androidx.appcompat:appcompat:1.1.0' - implementation 'com.google.android.material:material:1.1.0-alpha10' + implementation 'com.google.android.material:material:1.2.0-alpha05' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.legacy:legacy-support-v13:1.0.0' @@ -79,7 +79,7 @@ dependencies { implementation 'com.github.livefront:bridge:v1.2.0' implementation 'com.evernote:android-state:1.4.1' annotationProcessor 'com.evernote:android-state-processor:1.4.1' - implementation 'androidx.work:work-runtime:2.3.0' + implementation 'androidx.work:work-runtime:2.3.2' implementation 'androidx.preference:preference:1.1.0' implementation 'com.nex3z:flow-layout:1.3.0' implementation 'com.r0adkll:slidableactivity:2.1.0' |