Upgrade eventbus to 3.3.1

This commit is contained in:
Grzegorz Bobryk
2023-10-10 23:06:25 +02:00
committed by Cody Henthorne
parent 0dd17673f5
commit 89199b81ab
5 changed files with 57 additions and 8 deletions
+9 -1
View File
@@ -1,15 +1,23 @@
plugins {
id 'signal-library'
id 'kotlin-kapt'
}
android {
namespace 'org.signal.devicetransfer'
}
kapt {
arguments {
arg('eventBusIndex', 'org.signal.devicetransfer.TransferEventBusIndex')
}
}
dependencies {
implementation project(':core-util')
implementation libs.libsignal.android
api libs.greenrobot.eventbus
api libs.greenrobot.eventbus.core
kapt libs.greenrobot.eventbus.annotation
testImplementation (testLibs.robolectric.robolectric) {
exclude group: 'com.google.protobuf', module: 'protobuf-java'