From 72584e2cb36f688d597c3dbe3e373f86dde10014 Mon Sep 17 00:00:00 2001 From: Dmitri Livotov Date: Tue, 9 Feb 2016 10:28:58 +0200 Subject: [PATCH] v3.0.0-dev15 --- README.md | 30 ++++++++++-------------------- maven.properties | 4 ++-- 2 files changed, 12 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 2b5ddba..400e1cb 100644 --- a/README.md +++ b/README.md @@ -2,48 +2,38 @@ RoboTools V3 === RoboTools is a micro framework and toolset library for Android apps, aimed to make every day apps -development easier and quickier by automating most routined tasks, which are typical for every app. +development easier and faster by automating most common routines we need to implement in every app. Current version numbers --- - Stable Version: **n/a** -- Dev Snapshot: **3.0.0.DEV9-SNAPSHOT** +- Development: [ ![Download](https://api.bintray.com/packages/livotovlabs/maven/RoboToolsLibrary/images/download.svg) ](https://bintray.com/livotovlabs/maven/RoboToolsLibrary/_latestVersion) - The library is under heavy development and refactoring right now. Use provided sources and maven - snapshots at your own risk. Packages structure, classes or methods may be reorganized, changed or - completely removed at anu time. - First stable release is planned by the end of 2015 + The library is under heavy development and refactoring right now. + Use provided sources and maven snapshots in production project only at your own risk. Packages structure, classes or methods may be reorganized, changed or + completely removed at any time. Compatibility Notice --- -- Supports SDK Android 4.1+ only. Yes, it is time to retire old android APIs. -- API is **NOT** compatible with V1 and V2 of RoboTools. +- Supports API level 16+ only. Yes, it is time to retire old android APIs. +- API is **NOT** compatible with V1 and V2 versions of the RoboTools. Installation --- -Include our maven repo to your gradle project file maven repositories list: +The library is available in jCenter / BinTray: `` - maven { url 'http://maven.livotovlabs.pro/content/groups/public' } + compile 'eu.livotov.labs.android:RoboToolsLibrary:3.0.0-dev15' `` -Then add dependency as follows: - -`` - compile 'labs.livotov.eu:robotools:3.0.0.DEV9-SNAPSHOT' -`` - - -*Replace x.y.z with the proper version number (currently available versions are listed above) you want to use** - License --- @@ -52,7 +42,7 @@ RoboTools is licensed under Apache V2 license, so feel free to use it in any ope Contact --- -Please post all bugs, featurerequests, etc into the issues section. As usual, pull requests are welcome. +Please post all bugs, feature requests, etc into the issues section. As usual, pull requests are welcome. Credits diff --git a/maven.properties b/maven.properties index 9b1174c..2315513 100644 --- a/maven.properties +++ b/maven.properties @@ -7,10 +7,10 @@ maven.name=RoboToolsLibrary maven.info=Mini framework library for Android, aimed to made routine development a bit easier and faster # Project version -maven.version=3.0.0 +maven.version=3.0.0-dev15 # VCS tag to reference this version sources -maven.version.tag=v3.0.0 +maven.version.tag=v3.0.0-dev15 # Project homepage url maven.url.home=https://github.com/livotovlabs/RoboTools