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:52:42 +0300
committerDavid Luhmer <david-dev@live.de>2022-07-29 19:52:42 +0300
commit493ce83c6e71268a9bf4a11ce8ddbf4d9d0763b6 (patch)
treeb4d8469fc69dc714347dae9fadf902a3594551f7 /News-Android-App
parente4185d80d28ceed9d0f39cf9484349d0d9afa83c (diff)
parent999f0db1737fd14bb2beabf7c76b3bdeacb63532 (diff)
Merge branch 'master' of https://github.com/nextcloud/news-android
Diffstat (limited to 'News-Android-App')
-rw-r--r--News-Android-App/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/News-Android-App/build.gradle b/News-Android-App/build.gradle
index 569e3f42..2ab61945 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'
@@ -144,7 +144,7 @@ dependencies {
//implementation 'de.mrmaffen:holocircularprogressbar:1.0.1'
implementation 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'
implementation 'com.google.code.gson:gson:2.9.0'
- implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
+ implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.sothree.slidinguppanel:library:3.4.0'