Updated JNA
This commit is contained in:
parent
6585811727
commit
7edefa3729
@ -43,7 +43,7 @@ dependencies {
|
||||
implementation("com.squareup.retrofit2:retrofit:2.9.0")
|
||||
implementation("com.squareup.retrofit2:converter-scalars:2.9.0")
|
||||
implementation("net.i2p.crypto:eddsa:0.3.0")
|
||||
implementation("com.sun.jna:jna:3.0.9")
|
||||
implementation("net.java.dev.jna:jna:5.13.0")
|
||||
}
|
||||
|
||||
tasks.test {
|
||||
|
@ -43,6 +43,6 @@ interface SSHLibrary : Library {
|
||||
|
||||
|
||||
companion object {
|
||||
val INSTANCE = Native.loadLibrary("ssh", SSHLibrary::class.java) as SSHLibrary
|
||||
val INSTANCE = Native.load("ssh", SSHLibrary::class.java) as SSHLibrary
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user