Switch from RabbitMQ to server-sent events
(not fully working yet)
This commit is contained in:
@@ -44,7 +44,8 @@ dependencies {
|
||||
implementation 'com.squareup.moshi:moshi:1.11.0'
|
||||
implementation 'com.squareup.moshi:moshi-kotlin:1.11.0'
|
||||
implementation 'com.rabbitmq:amqp-client:5.9.0'
|
||||
implementation "com.squareup.okhttp3:okhttp:4.9.0"
|
||||
implementation 'com.squareup.okhttp3:okhttp:4.9.0'
|
||||
implementation 'com.squareup.okhttp3:okhttp-sse:4.9.1'
|
||||
testImplementation 'junit:junit:4.+'
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
||||
|
||||
Reference in New Issue
Block a user