// Write C++ code here. // // Do not forget to dynamically load the C++ library into your application. // // For instance, // // In MainActivity.java: // static { // System.loadLibrary("shared"); // } // // Or, in MainActivity.kt: // companion object { // init { // System.loadLibrary("shared") // } // } #include extern "C" JNIEXPORT jstring JNICALL Java_com_grkj_shared_config_AESConfig_aesKey(JNIEnv *env, jobject thiz) { return env->NewStringUTF("e3d8c4a0f72b1e9d8a5f06c3b4910d7a"); }