diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-02-12 10:11:03 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-02-12 10:11:03 +0000 |
commit | 805ce260a26a9c66712a21597ecf99a76c07c585 (patch) | |
tree | 70e22cb7ee3c5a8fe9c62241cae11702445e20e0 /app/build.gradle | |
parent | 5693bc384d2a6b8267b098e828fae2ef875a68a7 (diff) | |
download | infinity-for-reddit-805ce260a26a9c66712a21597ecf99a76c07c585.tar infinity-for-reddit-805ce260a26a9c66712a21597ecf99a76c07c585.tar.gz infinity-for-reddit-805ce260a26a9c66712a21597ecf99a76c07c585.tar.bz2 infinity-for-reddit-805ce260a26a9c66712a21597ecf99a76c07c585.tar.lz infinity-for-reddit-805ce260a26a9c66712a21597ecf99a76c07c585.tar.xz infinity-for-reddit-805ce260a26a9c66712a21597ecf99a76c07c585.tar.zst infinity-for-reddit-805ce260a26a9c66712a21597ecf99a76c07c585.zip |
Creating multireddit without specifying subreddits is available.
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle index 2ee33eb3..b474a42c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,7 +42,7 @@ dependencies { androidTestImplementation 'androidx.test:runner:1.2.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' implementation 'com.google.android.exoplayer:exoplayer:2.10.4' - implementation 'androidx.browser:browser:1.0.0' + implementation 'androidx.browser:browser:1.2.0' implementation 'com.alexvasilkov:gesture-views:2.5.2' implementation 'androidx.cardview:cardview:1.0.0' implementation 'com.github.bumptech.glide:glide:4.10.0' @@ -64,7 +64,7 @@ dependencies { implementation 'com.jakewharton:butterknife:10.2.0' annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.0' implementation 'com.github.santalu:aspect-ratio-imageview:1.0.6' - implementation 'androidx.paging:paging-runtime:2.1.0' + implementation 'androidx.paging:paging-runtime:2.1.1' implementation 'com.lsjwzh:materialloadingprogressbar:0.5.8-RELEASE' implementation 'io.noties.markwon:core:4.2.0' implementation 'io.noties.markwon:linkify:4.2.0' @@ -79,9 +79,10 @@ 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.2.0' + implementation 'androidx.work:work-runtime:2.3.0' implementation 'androidx.preference:preference:1.1.0' implementation 'com.nex3z:flow-layout:1.3.0' implementation 'com.r0adkll:slidableactivity:2.1.0' implementation 'com.atlassian.commonmark:commonmark:0.13.1' + implementation 'com.google.code.gson:gson:2.8.6' } |