Use eventbus 3.2.0

This commit is contained in:
ligi 2020-02-29 17:38:35 +01:00
parent b5052184b2
commit 85a4501d12
No known key found for this signature in database
GPG key ID: 8E81894010ABF23D

View file

@ -129,7 +129,7 @@ dependencies {
implementation 'com.github.ligi:ExtraCompats:1.0'
implementation 'net.lingala.zip4j:zip4j:2.3.2'
implementation 'com.jakewharton.threetenabp:threetenabp:1.2.2'
implementation 'org.greenrobot:eventbus:3.1.1'
implementation 'org.greenrobot:eventbus:3.2.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.1.0'