From 42a6d86a3b6582bd9384712d211df07d6a64bf5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 07:07:59 +0000 Subject: [PATCH] Bump androidx.appcompat:appcompat from 1.3.0 to 1.6.1 Bumps androidx.appcompat:appcompat from 1.3.0 to 1.6.1. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- downloader/build.gradle | 2 +- extractor/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a142326..6a41176 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -90,7 +90,7 @@ android { implementation project(":downloader") implementation project(":extractor") implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" - implementation 'androidx.appcompat:appcompat:1.3.0' + implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.core:core-ktx:1.6.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' testImplementation 'junit:junit:4.13.2' diff --git a/downloader/build.gradle b/downloader/build.gradle index f3831d7..885d573 100644 --- a/downloader/build.gradle +++ b/downloader/build.gradle @@ -29,7 +29,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" - implementation 'androidx.appcompat:appcompat:1.3.0' + implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.core:core-ktx:1.6.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' diff --git a/extractor/build.gradle b/extractor/build.gradle index 81ba5bb..2d56efb 100644 --- a/extractor/build.gradle +++ b/extractor/build.gradle @@ -33,7 +33,7 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation 'androidx.core:core-ktx:1.6.0' - implementation 'androidx.appcompat:appcompat:1.3.0' + implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.squareup.retrofit2:retrofit:2.9.0' implementation 'org.jsoup:jsoup:1.13.1' implementation 'com.squareup.retrofit2:converter-gson:2.9.0'