fix(android): remove native library fix attempts

There is no measurable evidence that these helped at all
This commit is contained in:
Harsh Shandilya 2023-08-03 00:12:22 +05:30
parent d65b8b6799
commit e0eb748318
No known key found for this signature in database
3 changed files with 0 additions and 6 deletions

View file

@ -85,7 +85,6 @@ retrofit-kotlinxSerializationConverter = "com.jakewharton.retrofit:retrofit2-kot
sentry-bom = { module = "io.sentry:sentry-bom", version.ref = "sentry-sdk" }
sentry-okhttp = { module = "io.sentry:sentry-android-okhttp", version.ref = "sentry-sdk" }
slack-compose-lints = "com.slack.lint.compose:compose-lint-checks:1.2.0"
soloader = "com.facebook.soloader:soloader:0.10.5"
sqldelight-androidDriver = { module = "app.cash.sqldelight:android-driver", version.ref = "sqldelight" }
sqldelight-extensions-coroutines = { module = "app.cash.sqldelight:coroutines-extensions-jvm", version.ref = "sqldelight" }
sqldelight-jvmDriver = { module = "app.cash.sqldelight:sqlite-driver", version.ref = "sqldelight" }