Removing scrypt native library that doesn't work on Android

This commit is contained in:
Vitor Pamplona
2024-02-14 17:48:57 -05:00
parent 4746b5b18a
commit 7074446cae
4 changed files with 15 additions and 0 deletions
+1
View File
@@ -149,6 +149,7 @@ android {
resources {
excludes += '/META-INF/{AL2.0,LGPL2.1}'
}
exclude '**/libscrypt.dylib'
}
lint {