Skip to content

Commit

Permalink
updated version numbers and reviewed acknowledgements
Browse files Browse the repository at this point in the history
  • Loading branch information
fSergio101 committed May 20, 2016
1 parent 19d628d commit 8034a94
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Applivery Android SDK
![Language](https://img.shields.io/badge/Language-Java-orange.svg)
![Version](https://img.shields.io/badge/version-1.0.0-blue.svg)
![Version](https://img.shields.io/badge/version-1.1.0-blue.svg)
[![Build Status](https://travis-ci.org/applivery/applivery-android-sdk.svg?branch=develop)](https://travis-ci.org/applivery/applivery-android-sdk)
[![codecov.io](https://codecov.io/github/applivery/applivery-android-sdk/coverage.svg?branch=develop)](https://codecov.io/github/applivery/applivery-android-sdk) ![](https://img.shields.io/badge/Min%20SDK-14-green.svg)

Expand Down Expand Up @@ -110,7 +110,7 @@ Add the following dependency to your's app gradle:
add the following dependency to your's app gradle:

```groovy
compile ‘com.applivery:applivery-android-sdk:1.0.0'
compile ‘com.applivery:applivery-android-sdk:1.1.0'
```
### Ok! Let's go!

Expand Down Expand Up @@ -175,6 +175,14 @@ Feedback is enabled by default.

As an example of integration you can have a look at: [our sample app](https://github.com/applivery/applivery-android-sample-app)

# Acknowledgements

We would like to mention every open source lib authors:

* Thank's to [Square](http://square.github.io/), we are using several libs they developed (Retrofit 2, OkHttp).
* Thank's to Google, and Android Dev team, obviously, Android SDK, Support Libs ...
* Thank's to [Karumi](http://www.karumi.com/) for his great contributions to developers community in general. We are using [Dexter](https://github.com/Karumi/Dexter) from Karumi as well.

License
=======

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
POM_NAME=applivery-android-sdk
POM_ARTIFACT_ID=applivery-android-sdk
POM_PACKAGING=aar
VERSION_NAME=1.0.0
VERSION_CODE=1
VERSION_NAME=1.1.0
VERSION_CODE=2
GROUP=com.applivery

POM_DESCRIPTION=Applivery Android SDK
Expand Down

0 comments on commit 8034a94

Please sign in to comment.