From 9faa25dda197d3da4f694ea59208309bb02e529c Mon Sep 17 00:00:00 2001 From: Igor Randjelovic Date: Mon, 8 Apr 2024 13:15:34 +0200 Subject: [PATCH] revert: Version.h changes --- test-app/runtime/src/main/cpp/Version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-app/runtime/src/main/cpp/Version.h b/test-app/runtime/src/main/cpp/Version.h index e88e7e276..17348a68c 100644 --- a/test-app/runtime/src/main/cpp/Version.h +++ b/test-app/runtime/src/main/cpp/Version.h @@ -1,2 +1,2 @@ -#define NATIVE_SCRIPT_RUNTIME_VERSION "8.7.0-rc.1" -#define NATIVE_SCRIPT_RUNTIME_COMMIT_SHA "no commit sha was provided by build.gradle build" \ No newline at end of file +#define NATIVE_SCRIPT_RUNTIME_VERSION "0.0.0.0" +#define NATIVE_SCRIPT_RUNTIME_COMMIT_SHA "RUNTIME_COMMIT_SHA_PLACEHOLDER" \ No newline at end of file