aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-07-09 14:29:22 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-07-09 14:29:22 +0000
commit5020bf633fbfb0655e006da9dcf0028fe3370cbb (patch)
tree21924a5ed2ad36b4c6c360e4c9d85ccce7e7112e /app/build.gradle
parent70264ee6321660414069cda09ce076eb007478d4 (diff)
downloadinfinity-for-reddit-5020bf633fbfb0655e006da9dcf0028fe3370cbb.tar
infinity-for-reddit-5020bf633fbfb0655e006da9dcf0028fe3370cbb.tar.gz
infinity-for-reddit-5020bf633fbfb0655e006da9dcf0028fe3370cbb.tar.bz2
infinity-for-reddit-5020bf633fbfb0655e006da9dcf0028fe3370cbb.tar.lz
infinity-for-reddit-5020bf633fbfb0655e006da9dcf0028fe3370cbb.tar.xz
infinity-for-reddit-5020bf633fbfb0655e006da9dcf0028fe3370cbb.tar.zst
infinity-for-reddit-5020bf633fbfb0655e006da9dcf0028fe3370cbb.zip
Fix username takes up too much space in comments. Add PostCompactRightLeftThumbnailViewHolder and PostCompactLeftThumbnailViewHolder in order to fix layout issues in ConstraintLayout v2.0.0-beta8. Rename 'Show Thumbnail on the Right in Compact Layout' to 'Show Thumbnail on the Left in Compact Layout'.
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle16
1 files changed, 8 insertions, 8 deletions
diff --git a/app/build.gradle b/app/build.gradle
index edf08528..f91b8aad 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -31,7 +31,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.browser:browser:1.2.0'
implementation 'androidx.cardview:cardview:1.0.0'
- implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
+ implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta8'
// Lifecycle components
def lifecycleVersion = '2.2.0'
implementation "androidx.lifecycle:lifecycle-extensions:$lifecycleVersion"
@@ -52,15 +52,15 @@ dependencies {
implementation 'com.google.android.exoplayer:exoplayer-dash:2.10.4'
implementation 'com.google.android.exoplayer:exoplayer-ui:2.10.4'
implementation 'com.alexvasilkov:gesture-views:2.6.0'
- implementation 'com.github.bumptech.glide:glide:4.10.0'
- annotationProcessor 'com.github.bumptech.glide:compiler:4.10.0'
+ implementation 'com.github.bumptech.glide:glide:4.11.0'
+ annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
implementation 'io.reactivex.rxjava2:rxjava:2.2.19'
- implementation 'com.squareup.retrofit2:retrofit:2.7.2'
- implementation 'com.squareup.retrofit2:converter-scalars:2.7.2'
+ implementation 'com.squareup.retrofit2:retrofit:2.9.0'
+ implementation 'com.squareup.retrofit2:converter-scalars:2.9.0'
implementation 'jp.wasabeef:glide-transformations:4.1.0'
- implementation 'com.google.dagger:dagger:2.27'
- annotationProcessor 'com.google.dagger:dagger-compiler:2.27'
+ implementation 'com.google.dagger:dagger:2.28.1'
+ annotationProcessor 'com.google.dagger:dagger-compiler:2.28.1'
implementation 'com.jakewharton:butterknife:10.2.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.1'
implementation 'com.github.santalu:aspect-ratio-imageview:1.0.9'
@@ -70,7 +70,7 @@ dependencies {
implementation 'io.noties.markwon:ext-strikethrough:4.3.1'
implementation 'io.noties.markwon:simple-ext:4.3.1'
implementation 'io.noties.markwon:recycler-table:4.3.1'
- implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.19'
+ implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.20'
implementation 'com.github.Ferfalk:SimpleSearchView:0.1.4'
def eventbusVersion = '3.2.0'