Skip to content

Commit

Permalink
Release to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JessYanCoding committed Jun 18, 2017
1 parent e4a10c5 commit c8651bf
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README-zh.md
@@ -1,5 +1,5 @@
# ProgressManager
[ ![Bintray](https://img.shields.io/badge/bintray-v1.2.5-brightgreen.svg) ](https://bintray.com/jessyancoding/maven/progressmanager/1.2.5/link)
[ ![Bintray](https://img.shields.io/badge/bintray-v1.3.0-brightgreen.svg) ](https://bintray.com/jessyancoding/maven/progressmanager/1.3.0/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.5'
compile 'me.jessyan:progressmanager:1.3.0'
```

## 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.5-brightgreen.svg) ](https://bintray.com/jessyancoding/maven/progressmanager/1.2.5/link)
[ ![Bintray](https://img.shields.io/badge/bintray-v1.3.0-brightgreen.svg) ](https://bintray.com/jessyancoding/maven/progressmanager/1.3.0/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.5'
compile 'me.jessyan:progressmanager:1.3.0'
```

## 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.5'
// compile 'me.jessyan:progressmanager:1.3.0'
}
Expand Up @@ -32,7 +32,7 @@ public class MainActivity extends AppCompatActivity implements View.OnClickListe
private static final String TAG = "MainActivity";
// github 服务器可能下载不稳定
public static final String IMAGE_URL = "https://raw.githubusercontent.com/JessYanCoding/MVPArmsTemplate/master/art/step.png";
public static final String DOWNLOAD_URL = "http://inthecheesefactory.com/uploads/source/nestedfragment/fragments.png";
public static final String DOWNLOAD_URL = "https://raw.githubusercontent.com/JessYanCoding/MVPArmsTemplate/master/art/MVPArms.gif";
public static final String UPLOAD_URL = "http://upload.qiniu.com/";

private ImageView mImageView;
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -25,6 +25,6 @@ ext {
targetSdkVersion = 25
compileSdkVersion = 25
buildToolsVersion = "25.0.3"
versionCode = 10
versionName = "1.2.5"
versionCode = 13
versionName = "1.3.0"
}
Expand Up @@ -4,6 +4,7 @@
import android.os.Parcelable;

/**
* {@link ProgressInfo} 用于存储与进度有关的变量,已实现 Parcelable
* Created by jess on 07/06/2017 12:09
* Contact with jess.yan.effort@gmail.com
*/
Expand Down

0 comments on commit c8651bf

Please sign in to comment.