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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur <desperateCoder@users.noreply.github.com>2020-02-10 17:23:26 +0300
committerGitHub <noreply@github.com>2020-02-10 17:23:26 +0300
commit136b9d1e8bd47ef60b5d8670350e2f2bae420e4d (patch)
treea045794d849257908433adcf93dd0f56bffb8d97
parent341ae0387886c03885c1699ce93ffa6a48ba8ed5 (diff)
parentd11a6f90efaa7ebc113be2c8d1cad907ba122a8c (diff)
Merge pull request #255 from stefan-niedermann/dependabot/gradle/rootProject.retrofitVersion-2.7.1
Bump rootProject.retrofitVersion from 2.6.2 to 2.7.1
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index a42e12d89..7243cf59a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -29,6 +29,6 @@ task clean(type: Delete) {
ext {
roomVersion = '2.2.3'
- retrofitVersion = '2.7.0'
+ retrofitVersion = '2.7.1'
archLifecycleVersion = '2.1.0'
} \ No newline at end of file