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-11-08 12:47:58 +0300
committerGitHub <noreply@github.com>2022-11-08 12:47:58 +0300
commitff7000e7795f03f82670e176d8170d9d1784a118 (patch)
tree93c9d790693c277e5c09836e189144cf1d40fa70
parent93e85870602d9250823f4faae22813b6ba9f1692 (diff)
parent8a9d2dcaa92ca3b5b612cc739c8a4106e75c282b (diff)
Merge pull request #2549 from nextcloud/dependabot/gradle/com.bluelinelabs-conductor-3.1.8
Bump conductor from 3.1.7 to 3.1.8
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index da691b480..2d86828a5 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -207,7 +207,7 @@ dependencies {
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
implementation "io.reactivex.rxjava2:rxjava:2.2.21"
- implementation 'com.bluelinelabs:conductor:3.1.7'
+ implementation 'com.bluelinelabs:conductor:3.1.8'
implementation "com.squareup.okhttp3:okhttp:${okhttpVersion}"
implementation "com.squareup.okhttp3:okhttp-urlconnection:${okhttpVersion}"