Updates Compose, Firebase, GMS, JNA, mock, okhttp, secp256, spotless, vico, zoomable, androidXCamera

This commit is contained in:
Vitor Pamplona
2025-10-14 14:38:28 -04:00
parent 4af576f5f4
commit 0668f2caa4
3 changed files with 13 additions and 13 deletions

View File

@@ -184,7 +184,7 @@ kotlin {
// LibSodium for ChaCha encryption (NIP-44)
implementation ("com.goterl:lazysodium-android:5.2.0@aar")
implementation ("net.java.dev.jna:jna:5.17.0@aar")
implementation ("net.java.dev.jna:jna:5.18.1@aar")
}
}

View File

@@ -30,7 +30,7 @@ import com.vitorpamplona.quartz.utils.mac.MacInstance
* [http://www.tarsnap.com/scrypt.html<a> and
* fall back to the pure Java version if that fails.
*
* @author Will Glozer
* @author Will Glozer
</a>](http://www.tarsnap.com/scrypt.html) */
object SCrypt {
/**