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,6 +2,7 @@
// This header is here to provide just the basic bt_value/bt_dict/bt_list definitions without // This header is here to provide just the basic bt_value/bt_dict/bt_list definitions without
// needing to include the full bt_serialize.h header. // needing to include the full bt_serialize.h header.
#include <map> #include <map>
#include <list> #include <list>
#include <cstdint> #include <cstdint>

View File

@ -2,12 +2,6 @@ package network.loki.messenger.libsession_util
class NativeLib { 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 { companion object {
// Used to load the 'libsession_util' library on application startup. // Used to load the 'libsession_util' library on application startup.
init { init {