mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fix gradle file for sdk
This commit is contained in:
parent
2d39a0c22c
commit
6c3c9a7025
2 changed files with 2 additions and 2 deletions
|
|
@ -71,7 +71,7 @@ android {
|
|||
|
||||
// Exclude some useless files
|
||||
packagingOptions {
|
||||
exclude = excludePackage
|
||||
excludes = excludePackage
|
||||
}
|
||||
}
|
||||
debug.setRoot('build-types/debug')
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ android {
|
|||
|
||||
// Exclude some useless files
|
||||
packagingOptions {
|
||||
exclude = excludePackage
|
||||
excludes = excludePackage
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue