Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-23 08:16:22 +0300
committerGitHub <noreply@github.com>2022-05-23 08:16:22 +0300
commit0272650d85567e783ba84501197802332d1c44e6 (patch)
treee52d069e2f200007140a0997b065eeb63b013ffa
parent45e1d7cab5dd5829a4d96d974d4c369d5292ee75 (diff)
Bump DAGGER_VERSION from 2.41 to 2.42dependabot/gradle/DAGGER_VERSION-2.42
Bumps `DAGGER_VERSION` from 2.41 to 2.42. Updates `dagger` from 2.41 to 2.42 - [Release notes](https://github.com/google/dagger/releases) - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/dagger/compare/dagger-2.41...dagger-2.42) Updates `dagger-compiler` from 2.41 to 2.42 - [Release notes](https://github.com/google/dagger/releases) - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/dagger/compare/dagger-2.41...dagger-2.42) --- updated-dependencies: - dependency-name: com.google.dagger:dagger dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.dagger:dagger-compiler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--News-Android-App/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/News-Android-App/build.gradle b/News-Android-App/build.gradle
index add7bb65..8d8aab54 100644
--- a/News-Android-App/build.gradle
+++ b/News-Android-App/build.gradle
@@ -111,7 +111,7 @@ repositories {
maven { url 'https://guardian.github.io/maven/repo-releases' } //needed for com.gu:option:1.3 in Android-DirectoryChooser
}
-final DAGGER_VERSION = '2.41'
+final DAGGER_VERSION = '2.42'
final ESPRESSO_VERSION = '3.4.0'
final OKHTTP_VERSION = '3.12.13'
final MOCKITO_VERSION = '3.8.0'