Skip to content

Commit

Permalink
Release to v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JessYanCoding committed Jun 13, 2017
1 parent 991e453 commit 6af26ea
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README-zh.md
@@ -1,5 +1,5 @@
# ProgressManager
[ ![Bintray](https://img.shields.io/badge/bintray-v1.2.4-brightgreen.svg) ](https://bintray.com/jessyancoding/maven/progressmanager/1.2.4/link)
[ ![Bintray](https://img.shields.io/badge/bintray-v1.2.5-brightgreen.svg) ](https://bintray.com/jessyancoding/maven/progressmanager/1.2.5/link)
[ ![Build Status](https://travis-ci.org/JessYanCoding/ProgressManager.svg?branch=master) ](https://travis-ci.org/JessYanCoding/ProgressManager)
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-ProgressManager-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/5865)
[ ![API](https://img.shields.io/badge/API-14%2B-blue.svg?style=flat-square) ](https://developer.android.com/about/versions/android-4.0.html)
Expand Down Expand Up @@ -30,7 +30,7 @@

## Download
``` gradle
compile 'me.jessyan:progressmanager:1.2.4'
compile 'me.jessyan:progressmanager:1.2.5'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,5 +1,5 @@
# ProgressManager
[ ![Bintray](https://img.shields.io/badge/bintray-v1.2.4-brightgreen.svg) ](https://bintray.com/jessyancoding/maven/progressmanager/1.2.4/link)
[ ![Bintray](https://img.shields.io/badge/bintray-v1.2.5-brightgreen.svg) ](https://bintray.com/jessyancoding/maven/progressmanager/1.2.5/link)
[ ![Build Status](https://travis-ci.org/JessYanCoding/ProgressManager.svg?branch=master) ](https://travis-ci.org/JessYanCoding/ProgressManager)
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-ProgressManager-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/5865)
[ ![API](https://img.shields.io/badge/API-14%2B-blue.svg?style=flat-square) ](https://developer.android.com/about/versions/android-4.0.html)
Expand Down Expand Up @@ -29,7 +29,7 @@

## Download
``` gradle
compile 'me.jessyan:progressmanager:1.2.4'
compile 'me.jessyan:progressmanager:1.2.5'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -30,5 +30,5 @@ dependencies {
compile 'com.github.bumptech.glide:glide:3.8.0'
compile 'com.github.bumptech.glide:okhttp3-integration:1.4.0@aar'
compile project(':progress')
// compile 'me.jessyan:progressmanager:1.2.4'
// compile 'me.jessyan:progressmanager:1.2.5'
}
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -25,6 +25,6 @@ ext {
targetSdkVersion = 25
compileSdkVersion = 25
buildToolsVersion = "25.0.3"
versionCode = 9
versionName = "1.2.4"
versionCode = 10
versionName = "1.2.5"
}

0 comments on commit 6af26ea

Please sign in to comment.