fix android mono export causing conflicts
This commit is contained in:
parent
0f95e9f8e6
commit
5e2fd7b1d7
3 changed files with 18 additions and 12 deletions
|
|
@ -70,7 +70,10 @@ dependencies {
|
|||
}
|
||||
|
||||
// .NET dependencies
|
||||
monoImplementation fileTree(dir: 'monoLibs', include: ['*.jar'])
|
||||
String jar = '../../../../modules/mono/thirdparty/libSystem.Security.Cryptography.Native.Android.jar'
|
||||
if (file(jar).exists()) {
|
||||
monoImplementation files(jar)
|
||||
}
|
||||
}
|
||||
|
||||
android {
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue