Updates JNA dependency

This commit is contained in:
Vitor Pamplona
2023-07-31 10:29:41 -04:00
parent 81f2e72f0d
commit dae8877983

View File

@@ -196,7 +196,7 @@ dependencies {
// LibSodium for XChaCha encryption
implementation "com.goterl:lazysodium-android:5.1.0@aar"
implementation "net.java.dev.jna:jna:5.12.1@aar"
implementation 'net.java.dev.jna:jna:5.13.0@aar'
// Video compression lib
implementation 'com.github.AbedElazizShe:LightCompressor:1.3.1'