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:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-21 05:07:41 +0300
committerGitHub <noreply@github.com>2022-02-21 05:07:41 +0300
commit9cc7022958ec4e69b205d940ffd5a3f4aed68c93 (patch)
tree775a0800a576ed0a0e2712143c2d7aaf3c4559a6 /app/build.gradle
parent05ed57aebc7f6df1d93538dbd810a66919326e61 (diff)
Bump conductor from 3.1.3 to 3.1.4
Bumps [conductor](https://github.com/bluelinelabs/Conductor) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/bluelinelabs/Conductor/releases) - [Commits](https://github.com/bluelinelabs/Conductor/compare/3.1.3...3.1.4) --- updated-dependencies: - dependency-name: com.bluelinelabs:conductor dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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 2fb342242..027888109 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}"