mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-08 09:18:39 +01:00
Upgrade eventbus to 3.3.1
This commit is contained in:
committed by
Cody Henthorne
parent
0dd17673f5
commit
89199b81ab
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user