From 4e8db4fbbbc773544675ef0b063e7caaf1ce1cd0 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Thu, 10 Feb 2022 17:36:28 +0100 Subject: [PATCH] bump eventbus to 3.3.1 Signed-off-by: Andy Scherzinger --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 3616e1598..65d4fbd89 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -228,7 +228,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.2.0' + implementation 'org.greenrobot:eventbus:3.3.1' implementation 'io.requery:requery:1.6.1' implementation 'io.requery:requery-android:1.6.1' implementation 'net.zetetic:android-database-sqlcipher:3.5.9'