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

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2022-02-21 19:49:09 +0300
committerGitHub <noreply@github.com>2022-02-21 19:49:09 +0300
commitca56c4f06fb83f92a24dcc4e7e43032b37b0f0ba (patch)
treeaf71a791bf8f06c447c995bf097d8b12b2e5bfb2 /app/build.gradle
parentd2add97bcab60e4bdc93d2a8a26d5736c529f4b7 (diff)
parent9cc7022958ec4e69b205d940ffd5a3f4aed68c93 (diff)
Merge pull request #1822 from nextcloud/dependabot/gradle/com.bluelinelabs-conductor-3.1.4
Bump conductor from 3.1.3 to 3.1.4
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 60c2ac8ad..661bf3cce 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -208,7 +208,7 @@ dependencies {
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
implementation "io.reactivex.rxjava2:rxjava:2.2.21"
- implementation 'com.bluelinelabs:conductor:3.1.3'
+ implementation 'com.bluelinelabs:conductor:3.1.4'
implementation "com.squareup.okhttp3:okhttp:${okhttpVersion}"
implementation "com.squareup.okhttp3:okhttp-urlconnection:${okhttpVersion}"