mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
fix(android): remove native library fix attempts
There is no measurable evidence that these helped at all
This commit is contained in:
parent
d65b8b6799
commit
e0eb748318
3 changed files with 0 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue