1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

Merge pull request #100351 from raulsntos/dotnet/android-gradle-fix

[.NET] Fix gradle builds for multiple ABIs
This commit is contained in:
Rémi Verschelde
2024-12-17 22:59:58 +01:00
3 changed files with 13 additions and 6 deletions

View File

@@ -70,10 +70,7 @@ dependencies {
}
// .NET dependencies
String jar = '../../../../modules/mono/thirdparty/libSystem.Security.Cryptography.Native.Android.jar'
if (file(jar).exists()) {
monoImplementation files(jar)
}
monoImplementation fileTree(dir: 'monoLibs', include: ['*.jar'])
}
android {