Adds note on why the libscrypt was removed.

This commit is contained in:
Vitor Pamplona 2024-02-25 11:39:48 -05:00
parent 49c2d4f486
commit 6afd9a0191

View File

@ -36,6 +36,7 @@ android {
}
packagingOptions {
// delete native scrypt lib because we cannot use dylibs in android
exclude '**/libscrypt.dylib'
}
}