From 2b035b69758f17a528fad10e8e39f0f94dab9527 Mon Sep 17 00:00:00 2001 From: akaessens <24660231+akaessens@users.noreply.github.com> Date: Tue, 10 Aug 2021 14:05:04 +0200 Subject: [PATCH] Update dependencies --- app/build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9feb1b1..d1a2783 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,11 +25,11 @@ android { dependencies { // androidx implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0' - implementation 'androidx.recyclerview:recyclerview:1.2.0' + implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.navigation:navigation-fragment:2.3.5' implementation 'androidx.navigation:navigation-ui:2.3.5' - implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'androidx.preference:preference:1.1.1' implementation "androidx.webkit:webkit:1.4.0" @@ -37,10 +37,10 @@ dependencies { implementation 'com.google.code.gson:gson:2.8.5' // Theme - implementation 'com.google.android.material:material:1.3.0' + implementation 'com.google.android.material:material:1.4.0' // Scraping - implementation 'org.jsoup:jsoup:1.13.1' + implementation 'org.jsoup:jsoup:1.14.1' // Image loading and transforming implementation 'com.squareup.picasso:picasso:2.71828' @@ -50,6 +50,6 @@ dependencies { implementation 'jp.wasabeef:recyclerview-animators:3.0.0' // tests testImplementation 'junit:junit:4.12' - androidTestImplementation 'androidx.test.ext:junit:1.1.2' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' + androidTestImplementation 'androidx.test.ext:junit:1.1.3' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' }