Skip to content

Commit

Permalink
Stop excluding certain arch sqlitelib when packing the app
Browse files Browse the repository at this point in the history
I think AAB should take care of that
  • Loading branch information
msasikanth committed Aug 2, 2024
1 parent 36bf60c commit 74cf92f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@ android {

packaging {
resources { excludes.add("/META-INF/{AL2.0,LGPL2.1}") }

// Deprecated ABIs. See https://developer.android.com/ndk/guides/abis
jniLibs.excludes.add("lib/mips/libsqlite3x.so")
jniLibs.excludes.add("lib/mips64/libsqlite3x.so")
jniLibs.excludes.add("lib/armeabi/libsqlite3x.so")
}

buildFeatures { buildConfig = true }
Expand Down

0 comments on commit 74cf92f

Please sign in to comment.