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:
authorDavid Luhmer <david-dev@live.de>2022-07-29 19:50:20 +0300
committerGitHub <noreply@github.com>2022-07-29 19:50:20 +0300
commit7a800d1573216b8f0c017eb97fda74d8774be892 (patch)
treed3b8097fc523dd52d1660ea7a58816b29e3a3c6c
parent3e81e2676f9fcb72fb4f9884bf7a9349a4373fed (diff)
parent0272650d85567e783ba84501197802332d1c44e6 (diff)
Merge pull request #1093 from nextcloud/dependabot/gradle/DAGGER_VERSION-2.42
Bump DAGGER_VERSION from 2.41 to 2.42
-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 569e3f42..3863e7b4 100644
--- a/News-Android-App/build.gradle
+++ b/News-Android-App/build.gradle
@@ -112,7 +112,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'