Merge pull request #1179 from nextcloud/dependabot/gradle/org.greenrobot-eventbus-3.2.0

Bump eventbus from 3.1.1 to 3.2.0
This commit is contained in:
Andy Scherzinger 2021-04-29 20:22:06 +02:00 committed by GitHub
commit a6e23bb32c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'