mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-21 10:11:14 +02:00
removes unnecessary native lib
This commit is contained in:
@@ -28,6 +28,12 @@ kotlin {
|
||||
consumerKeepRules.files.add(File(project.projectDir, "proguard-rules.pro"))
|
||||
}
|
||||
|
||||
packaging {
|
||||
resources {
|
||||
excludes.add("**/libscrypt.dylib")
|
||||
}
|
||||
}
|
||||
|
||||
compilerOptions {
|
||||
freeCompilerArgs.add("-Xstring-concat=inline")
|
||||
}
|
||||
|
Reference in New Issue
Block a user