aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-08-11 06:17:08 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-08-11 06:17:08 +0000
commit0527449ed6e9b12fa669efdd5bf76474df089b8f (patch)
tree57cdac337fd0baf036b3abbb216176b48115562e /app/build.gradle
parentb8b1ce13df1f8fd7d44dea48c69c69018d6a9367 (diff)
downloadinfinity-for-reddit-0527449ed6e9b12fa669efdd5bf76474df089b8f.tar
infinity-for-reddit-0527449ed6e9b12fa669efdd5bf76474df089b8f.tar.gz
infinity-for-reddit-0527449ed6e9b12fa669efdd5bf76474df089b8f.tar.bz2
infinity-for-reddit-0527449ed6e9b12fa669efdd5bf76474df089b8f.tar.lz
infinity-for-reddit-0527449ed6e9b12fa669efdd5bf76474df089b8f.tar.xz
infinity-for-reddit-0527449ed6e9b12fa669efdd5bf76474df089b8f.tar.zst
infinity-for-reddit-0527449ed6e9b12fa669efdd5bf76474df089b8f.zip
Directly add https://www.reddit.com prefix to user name and subreddit name. Update some libraries.
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle18
1 files changed, 9 insertions, 9 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 407f3d01..d53f6633 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -35,10 +35,10 @@ android {
}
dependencies {
- implementation 'androidx.appcompat:appcompat:1.1.0'
+ implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.browser:browser:1.2.0'
implementation 'androidx.cardview:cardview:1.0.0'
- implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta8'
+ implementation 'androidx.constraintlayout:constraintlayout:2.0.0-rc1'
// Lifecycle components
def lifecycleVersion = '2.2.0'
implementation "androidx.lifecycle:lifecycle-extensions:$lifecycleVersion"
@@ -51,8 +51,8 @@ dependencies {
def roomVersion = '2.2.5'
implementation "androidx.room:room-runtime:$roomVersion"
annotationProcessor "androidx.room:room-compiler:$roomVersion"
- implementation 'androidx.work:work-runtime:2.3.4'
- implementation 'com.google.android.material:material:1.3.0-alpha01'
+ implementation 'androidx.work:work-runtime:2.4.0'
+ implementation 'com.google.android.material:material:1.3.0-alpha02'
implementation 'com.google.android.exoplayer:exoplayer-core:2.10.4'
implementation 'com.google.android.exoplayer:exoplayer-hls:2.10.4'
@@ -72,11 +72,11 @@ dependencies {
annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.1'
implementation 'com.github.santalu:aspect-ratio-imageview:1.0.9'
implementation 'com.lsjwzh:materialloadingprogressbar:0.5.8-RELEASE'
- implementation 'io.noties.markwon:core:4.3.1'
- implementation 'io.noties.markwon:linkify:4.3.1'
- 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 'io.noties.markwon:core:4.5.0'
+ implementation 'io.noties.markwon:linkify:4.5.0'
+ implementation 'io.noties.markwon:ext-strikethrough:4.5.0'
+ implementation 'io.noties.markwon:simple-ext:4.5.0'
+ implementation 'io.noties.markwon:recycler-table:4.5.0'
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.20'
implementation 'com.github.Ferfalk:SimpleSearchView:0.1.4'