From 8034a944dc41cc9310a38504645b745c4120a0e0 Mon Sep 17 00:00:00 2001 From: fsergio101 Date: Sat, 21 May 2016 00:40:22 +0200 Subject: [PATCH] updated version numbers and reviewed acknowledgements --- README.md | 12 ++++++++++-- gradle.properties | 4 ++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 74f8a76..e3660b4 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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! @@ -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 ======= diff --git a/gradle.properties b/gradle.properties index 985ea68..3a9d55b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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