Skip to content

Commit 89c6752

Browse files
committed
remove v8 6.9 from the changelog
update package.json with the new gradle versions and runtime version
1 parent c237e39 commit 89c6752

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
==
33

44
## What's New
5-
- [Upgrade v8 to 6.9.427.23(#1168)](https://github.com/NativeScript/android-runtime/issues/1168)
65
- [Added support for before-plugins.gradle file applied before plugin(#1183)](https://github.com/NativeScript/android-runtime/pull/1185)
76
- [Make JSParser in SBG fail the build when failing(#1152)](https://github.com/NativeScript/android-runtime/issues/1152)
87
- [Generate interface names list in SBG in parallel(#1132)](https://github.com/NativeScript/android-runtime/issues/1132)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tns-android",
33
"description": "NativeScript Runtime for Android",
4-
"version": "4.3.0",
4+
"version": "5.0.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/NativeScript/android-runtime.git"
@@ -10,7 +10,7 @@
1010
"**/*"
1111
],
1212
"gradle": {
13-
"version": "4.4",
14-
"android": "3.1.4"
13+
"version": "4.10.2",
14+
"android": "3.2.0"
1515
}
1616
}

0 commit comments

Comments
 (0)