feat: latest deps and removing unused extern

This commit is contained in:
0x330a
2022-11-29 10:18:58 +11:00
parent 5bb2bfa779
commit 0eae6b8a94
6 changed files with 1 additions and 6 deletions

View File

@@ -2,12 +2,6 @@ package network.loki.messenger.libsession_util
class NativeLib {
/**
* A native method that is implemented by the 'libsession_util' native library,
* which is packaged with this application.
*/
external fun stringFromJNI(): String
companion object {
// Used to load the 'libsession_util' library on application startup.
init {