We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879d48b commit 77af7cbCopy full SHA for 77af7cb
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@nativescript/android",
3
"description": "NativeScript for Android using v8",
4
- "version": "8.7.0",
+ "version": "8.7.0-rc.0",
5
"repository": {
6
"type": "git",
7
"url": "https://github.com/NativeScript/android.git"
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"
+#define NATIVE_SCRIPT_RUNTIME_VERSION "8.7.0-rc.0"
+#define NATIVE_SCRIPT_RUNTIME_COMMIT_SHA "no commit sha was provided by build.gradle build"
0 commit comments