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
|
||||
Contains the source code of the `org.nativescript.widgets` library used by the NativeScript cross-platform modules implementation for Android.
|
||||
|
||||
# How to build
|
||||
|
||||
* Clone repo.
|
||||
```Shell
|
||||
git clone https://github.com/NativeScript/android-widgets.git
|
||||
## How to Build
|
||||
```
|
||||
gradle build
|
||||
```
|
||||
* 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",
|
||||
"version": "1.0.0",
|
||||
"version": "1.6.0",
|
||||
"description": "Native widgets used in the NativeScript framework.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user