mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Updated readme
Version changed to 1.6.0
This commit is contained in:
21
README.md
21
README.md
@@ -1,13 +1,18 @@
|
|||||||
# Android-Widgets
|
# Android-Widgets
|
||||||
Contains the source code of the `org.nativescript.widgets` library used by the NativeScript cross-platform modules implementation for Android.
|
Contains the source code of the `org.nativescript.widgets` library used by the NativeScript cross-platform modules implementation for Android.
|
||||||
|
|
||||||
# How to build
|
## How to Build
|
||||||
|
```
|
||||||
* Clone repo.
|
gradle build
|
||||||
```Shell
|
|
||||||
git clone https://github.com/NativeScript/android-widgets.git
|
|
||||||
```
|
```
|
||||||
* Open project in eclipse.
|
|
||||||
* Build
|
|
||||||
|
|
||||||
The result file android-widgets.jar is located in the bin folder.
|
This generates widgets-debug.aar and widgets-release.aar files located in the widgets/build/outputs/aar folder.
|
||||||
|
|
||||||
|
## How to Make NPM Package
|
||||||
|
Requires nodejs, npm, gradle and grunt.
|
||||||
|
```
|
||||||
|
npm install
|
||||||
|
grunt
|
||||||
|
```
|
||||||
|
|
||||||
|
This generates tgz files in build folder.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tns-core-modules-widgets",
|
"name": "tns-core-modules-widgets",
|
||||||
"version": "1.0.0",
|
"version": "1.6.0",
|
||||||
"description": "Native widgets used in the NativeScript framework.",
|
"description": "Native widgets used in the NativeScript framework.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user