Skip to content

Commit

Permalink
packagingOptions.jniLibs not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Aug 26, 2024
1 parent 0fe1afd commit 66f97d3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,6 @@ android {
lint {
abortOnError false
}
packagingOptions {
jniLibs {
// No need to pickFirst libc++_shared.so if all files are identical.
// They will be identical if NDK major version matches.
// NDK runtime problems may occur if NDK version mismatches,
// so comment this out, to get a compile error instead
// pickFirsts += ['**/libc++_shared.so']
}
}
namespace 'at.tomtasche.reader'
}

Expand Down

0 comments on commit 66f97d3

Please sign in to comment.