Skip to content

Commit 6478031

Browse files
author
Nathanael Anderson
committed
Updates for Scoped Android 7.0.0-rc.1
1 parent abc637b commit 6478031

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "tns-android",
2+
"name": "@nativescript/android",
33
"description": "NativeScript Runtime for Android",
4-
"version": "6.5.3",
4+
"version": "7.0.0-rc.1",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/NativeScript/android-runtime.git"

test-app/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<uses-permission android:name="android.permission.INTERNET" />
88

99
<application
10+
android:requestLegacyExternalStorage="true"
1011
android:name="com.tns.NativeScriptApplication"
1112
android:allowBackup="true"
1213
android:icon="@mipmap/ic_launcher"

v8-versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
">=6.5.9 <7.0.0": "8.3.110.9",
2+
">=6.9.9 <7.0.9": "8.3.110.9",
33
">=6.3.9 <6.6.0": "8.0.426.16",
44
">=6.2.9 <6.4.0": "7.8.279.19",
55
">=6.1.9 <6.3.0": "7.7.299.11",

0 commit comments

Comments
 (0)