Update tdapi
This commit is contained in:
parent
a54950dc93
commit
3f4b618716
@ -1,5 +1,5 @@
|
||||
//
|
||||
// Copyright Aliaksei Levin (levlam@telegram.org), Arseny Smirnov (arseny30@gmail.com) 2014-2022
|
||||
// Copyright Aliaksei Levin (levlam@telegram.org), Arseny Smirnov (arseny30@gmail.com) 2014-2023
|
||||
//
|
||||
// Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
@ -168,7 +168,7 @@ static jint register_native(JavaVM *vm) {
|
||||
#undef TD_OBJECT
|
||||
|
||||
td::jni::init_vars(env, API_PACKAGE_NAME);
|
||||
td::jni::set_package_name(API_PACKAGE_NAME);
|
||||
td::td_api::set_package_name(API_PACKAGE_NAME);
|
||||
|
||||
return JAVA_VERSION;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user