Skip to content

Commit

Permalink
v3.0.0-dev15
Browse files Browse the repository at this point in the history
  • Loading branch information
livotov committed Feb 9, 2016
1 parent 7428ff9 commit 72584e2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 22 deletions.
30 changes: 10 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions maven.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72584e2

Please sign in to comment.