From 48310a31b8ee874ed7aa8414eff129922cdfe5b7 Mon Sep 17 00:00:00 2001 From: Hristo Hristov Date: Wed, 16 Dec 2015 14:34:54 +0200 Subject: [PATCH] Updated readme Version changed to 1.6.0 --- README.md | 21 +++++++++++++-------- package.json | 2 +- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f00d93762..ecb160ffb 100644 --- a/README.md +++ b/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. diff --git a/package.json b/package.json index 1290291a3..caf7480ac 100644 --- a/package.json +++ b/package.json @@ -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": {