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 6478031 commit a6ef5c3Copy full SHA for a6ef5c3
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@nativescript/android",
3
"description": "NativeScript Runtime for Android",
4
- "version": "7.0.0-rc.1",
+ "version": "7.0.0-rc.2",
5
"repository": {
6
"type": "git",
7
"url": "https://github.com/NativeScript/android-runtime.git"
@@ -13,5 +13,6 @@
13
"version": "6.4",
14
"android": "3.6.3"
15
},
16
- "android_ndk_version": "21b"
+ "android_ndk_version": "21b",
17
+ "publishConfig": {"tag":"next", "access": "public"}
18
}
0 commit comments