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

@ -29,7 +29,6 @@ android {
useLiveLiterals = false
kotlinCompilerExtensionVersion = libs.versions.composeCompiler.get()
}
packaging { jniLibs { useLegacyPackaging = true } }
}
baselineProfile {
@ -75,7 +74,6 @@ dependencies {
implementation(libs.kotlinx.collections.immutable)
implementation(libs.kotlinx.coroutines.core)
implementation(libs.napier)
implementation(libs.soloader)
implementation(libs.sqldelight.extensions.coroutines)
implementation(libs.swipe)
implementation(libs.unfurl)