mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-28 20:45:17 +00:00
feat: latest deps and removing unused extern
This commit is contained in:
parent
5bb2bfa779
commit
0eae6b8a94
@ -2,6 +2,7 @@
|
||||
|
||||
// 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.
|
||||
|
||||
#include <map>
|
||||
#include <list>
|
||||
#include <cstdint>
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user