mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-25 22:46:57 +00:00
feat: latest deps and removing unused extern
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user