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>2021-04-28 13:13:11 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2021-04-29 20:57:45 +0300
commitf98a1c1468cc7ef1626d676c41e8fcd4264dcb20 (patch)
tree62251829649468e8d21a1c22d5144552c36f8bba /app/build.gradle
parent1443e0f0e7632f6f53f933e4690df6dc4653bb8d (diff)
Bump eventbus from 3.1.1 to 3.2.0
Bumps [eventbus](https://github.com/greenrobot/EventBus) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/greenrobot/EventBus/releases) - [Commits](https://github.com/greenrobot/EventBus/compare/V3.1.1...V3.2.0) 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 3a2edb224..aea279365 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -218,7 +218,7 @@ dependencies {
kapt 'com.github.lukaspili.autodagger2:autodagger2-compiler:1.1'
compileOnly 'javax.annotation:javax.annotation-api:1.3.2'
// Android only
- implementation 'org.greenrobot:eventbus:3.1.1'
+ implementation 'org.greenrobot:eventbus:3.2.0'
implementation 'io.requery:requery:1.5.1'
implementation 'io.requery:requery-android:1.6.1'
implementation 'net.zetetic:android-database-sqlcipher:3.5.9'