Updated readme

Version changed to 1.6.0
This commit is contained in:
Hristo Hristov
2015-12-16 14:34:54 +02:00
parent 4e31cc6a2e
commit 48310a31b8
2 changed files with 14 additions and 9 deletions

View File

@@ -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.

View File

@@ -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": {