fix: buildfile syntax (#66)

Signed-off-by: Patryk Miś <foss@patrykmis.com>
This commit is contained in:
Patryk Miś 2023-07-17 16:41:17 +02:00 committed by GitHub
parent bd62fc54f2
commit cff7b2e632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ android {
"kotlin/**.kotlin_builtins",
"org/bouncycastle/pqc/**.properties",
"org/bouncycastle/x509/**.properties",
}
))
jniLibs {
useLegacyPackaging = true
}