Remove RSocket

Summary:
^
Changelog: Remove rsocket dependency for Android

Reviewed By: aigoncharov

Differential Revision: D34418565

fbshipit-source-id: d2bfd6cede3c85709e252a8205525aa4595b4791
This commit is contained in:
Lorenzo Blasa
2022-02-25 02:33:22 -08:00
committed by Facebook GitHub Bot
parent 9aed8ce02d
commit 30becc1ced
7 changed files with 2 additions and 172 deletions

View File

@@ -39,7 +39,6 @@ android {
dependencies {
implementation project(':third-party')
implementation project(':rsocket')
implementation project(':folly')
implementation deps.openssl
}