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-10 20:27:09 +0300
committerGitHub <noreply@github.com>2022-02-10 20:27:09 +0300
commitc82d949f0c50681a307e2cab38b31b1bc0021144 (patch)
treeb7d9249ce1c644d3bb2bfe3a173e1acfdc247eae
parent3c194e6396b6ec280a79bd14e9f6ae4c031d3941 (diff)
parentfc04dce758247112a8fa980cd5d2c38274573405 (diff)
Merge pull request #1801 from nextcloud/dependabot/gradle/com.bluelinelabs-conductor-3.1.3
Bump conductor from 3.1.1 to 3.1.3
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 5bee20404..fef6cd757 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.1'
+ implementation 'com.bluelinelabs:conductor:3.1.3'
implementation "com.squareup.okhttp3:okhttp:${okhttpVersion}"
implementation "com.squareup.okhttp3:okhttp-urlconnection:${okhttpVersion}"