ktaglib: fix package namespace
This commit is contained in:
parent
a85acceed6
commit
abb547aba3
3 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ plugins {
|
|||
}
|
||||
|
||||
android {
|
||||
namespace 'com.example.ktaglib'
|
||||
namespace 'org.oxycblt.ktaglib'
|
||||
compileSdk 34
|
||||
ndkVersion "26.3.11579264"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#include "taglib/tag.h"
|
||||
|
||||
extern "C" JNIEXPORT jstring JNICALL
|
||||
Java_com_example_ktaglib_NativeLib_stringFromJNI(
|
||||
Java_org_oxycblt_ktaglib_NativeLib_stringFromJNI(
|
||||
JNIEnv* env,
|
||||
jobject /* this */) {
|
||||
std::string hello = "Hello from C++";
|
||||
|
|
Loading…
Reference in a new issue