Skip to content

Commit 1362852

Browse files
committed
chore: cleanup
1 parent db2cdec commit 1362852

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,4 @@ thumbs.db
2424
android-runtime.iml
2525
test-app/build-tools/*.log
2626
test-app/analytics/build-statistics.json
27-
package-lock.json
28-
29-
## temporary, sample build output of an app
30-
/app
27+
package-lock.json

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/android",
33
"description": "NativeScript for Android using v8",
4-
"version": "9.0.0-alpha.3",
4+
"version": "8.9.2",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/NativeScript/android.git"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#define NATIVE_SCRIPT_RUNTIME_VERSION "9.0.0-alpha.0"
2-
#define NATIVE_SCRIPT_RUNTIME_COMMIT_SHA "no commit sha was provided by build.gradle build"
1+
#define NATIVE_SCRIPT_RUNTIME_VERSION "0.0.0.0"
2+
#define NATIVE_SCRIPT_RUNTIME_COMMIT_SHA "RUNTIME_COMMIT_SHA_PLACEHOLDER"

0 commit comments

Comments
 (0)