Skip to content

Commit

Permalink
Update readme badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
patloew committed Oct 29, 2016
1 parent 07963c7 commit 03efb8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Reactive Fit API Library for Android

[![Build Status](https://travis-ci.org/patloew/RxFit.svg?branch=master)](https://travis-ci.org/patloew/RxFit) [![codecov](https://codecov.io/gh/patloew/RxFit/branch/master/graph/badge.svg)](https://codecov.io/gh/patloew/RxFit) [ ![Download](https://api.bintray.com/packages/patloew/maven/RxFit/images/download.svg) ](https://bintray.com/patloew/maven/RxFit/_latestVersion) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-RxFit-brightgreen.svg?style=flat)](http://android-arsenal.com/details/1/3252) [![API](https://img.shields.io/badge/API-9%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=9)
[![Build Status](https://travis-ci.org/patloew/RxFit.svg?branch=2.x)](https://travis-ci.org/patloew/RxFit) [![codecov](https://codecov.io/gh/patloew/RxFit/branch/2.x/graph/badge.svg)](https://codecov.io/gh/patloew/RxFit/branch/2.x) [ ![Download](https://api.bintray.com/packages/patloew/maven/RxFit2/images/download.svg) ](https://bintray.com/patloew/maven/RxFit2/_latestVersion) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-RxFit-brightgreen.svg?style=flat)](http://android-arsenal.com/details/1/3252) [![API](https://img.shields.io/badge/API-9%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=9)

This library wraps the Fit API in [RxJava 2](https://github.com/ReactiveX/RxJava/tree/2.x) Observables and Singles. No more managing GoogleApiClients! Also, the authorization process for using fitness data is handled by the lib.

Expand Down
8 changes: 4 additions & 4 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ apply plugin: 'com.jfrog.bintray'
apply plugin: 'com.github.dcendents.android-maven'

group = 'com.patloew.rxfit'
version = '1.5.0'
project.archivesBaseName = 'rxfit'
version = '2.0.0'
project.archivesBaseName = 'rxfit2'

android {
compileSdkVersion 25
Expand All @@ -15,8 +15,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 25
versionCode 8
versionName "1.5.0"
versionCode 1
versionName "2.0.0"
}
buildTypes {
release {
Expand Down

0 comments on commit 03efb8b

Please sign in to comment.