Skip to content

Commit

Permalink
add download badge
Browse files Browse the repository at this point in the history
  • Loading branch information
7heaven committed Jun 17, 2016
1 parent 0939a43 commit 5d454df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-SHSegmentControl-brightgreen.svg?style=flat)](http://android-arsenal.com/details/1/1770) [![jitpack](https://img.shields.io/github/tag/7heaven/SHSegmentControl.svg?label=JitPack%20Maven)](https://img.shields.io/github/release/7heaven/SHSegmentControl.svg?label=JitPack%20Maven) [![Build Status](http://img.shields.io/travis/7heaven/SHSegmentControl.svg)](https://travis-ci.org/7heaven/SHSegmentControl)
[![License](https://img.shields.io/badge/apache-2.0-orange.svg)](LICENSE)
[ ![Download](https://api.bintray.com/packages/7heaven/maven/SHSegmentControl/images/download.svg) ](https://bintray.com/7heaven/maven/SHSegmentControl/_latestVersion)

#a simple SegmentControl Widget

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ext{
minSdkVersion = 8
targetSdkVersion = 21
versionCode = 102
versionName = "1.11"
versionName = "1.12"

pomPackaging = "aar"
pomName = "SHSegmentControl"
Expand All @@ -38,5 +38,5 @@ ext{
pomSiteUrl = "https://github.com/7heaven/SHSegmentControl"
pomGitUrl = "https://github.com/7heaven/SHSegmentControl.git"

pomGroup = "com.sevenheaven.widgets"
pomGroup = "com.7heaven.widgets"
}

0 comments on commit 5d454df

Please sign in to comment.