diff --git a/core/src/main/cpp/main/template/config.cpp b/core/src/main/cpp/main/template/config.cpp index c5d06c72..eddf0e58 100644 --- a/core/src/main/cpp/main/template/config.cpp +++ b/core/src/main/cpp/main/template/config.cpp @@ -2,5 +2,5 @@ namespace lspd { const int versionCode = ${VERSION_CODE}; - extern const char* const versionName = "${VERSION_NAME}"; + const char* const versionName = "${VERSION_NAME}"; }