Drop dependency upon EventBus library

Migrate to sharedflow instead which are built within kotlin to
avoid an external dependency

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-07-11 10:50:46 +07:00
parent ce1565b15e
commit 21dacd8167
18 changed files with 94 additions and 121 deletions

View File

@@ -167,9 +167,6 @@ dependencies {
//HTTP Clients
implementation(libs.squareup.okhttp)
//EventBus
implementation(libs.greenrobot.eventbus)
//Lib-SU
implementation(libs.github.topjohnwu.libsu)