From 9e8e7eebeee155dfd6fb4d8e083cab048da93719 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Tue, 2 Apr 2024 14:50:31 -0700 Subject: [PATCH] release: 8.7.0-rc.1 --- package.json | 2 +- test-app/runtime/src/main/cpp/Version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9950301a5..b1e5cf3af 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nativescript/android", "description": "NativeScript for Android using v8", - "version": "8.7.0-rc.0", + "version": "8.7.0-rc.1", "repository": { "type": "git", "url": "https://github.com/NativeScript/android.git" diff --git a/test-app/runtime/src/main/cpp/Version.h b/test-app/runtime/src/main/cpp/Version.h index 17348a68c..e88e7e276 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 "0.0.0.0" -#define NATIVE_SCRIPT_RUNTIME_COMMIT_SHA "RUNTIME_COMMIT_SHA_PLACEHOLDER" \ No newline at end of file +#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