mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 13:44:40 +00:00
Added remark
This commit is contained in:
parent
8f97864131
commit
648cb4621f
1 changed files with 3 additions and 1 deletions
|
@ -118,7 +118,9 @@ android {
|
|||
}
|
||||
packagingOptions {
|
||||
jniLibs {
|
||||
useLegacyPackaging = true // https://issuetracker.google.com/issues/127691101
|
||||
// https://issuetracker.google.com/issues/127691101
|
||||
// https://developer.android.com/guide/practices/page-sizes#build
|
||||
useLegacyPackaging = true
|
||||
excludes += [
|
||||
'org/apache/**'
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue