Skip to content

Commit

Permalink
Release v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JessYanCoding committed Apr 4, 2018
1 parent 6b6c709 commit b668ab9
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RetrofitUrlManager
[ ![Bintray](https://img.shields.io/badge/bintray-v1.2.0-brightgreen.svg) ](https://bintray.com/jessyancoding/maven/retrofit-url-manager/1.2.0/link)
[ ![Bintray](https://img.shields.io/badge/bintray-v1.2.5-brightgreen.svg) ](https://bintray.com/jessyancoding/maven/retrofit-url-manager/1.2.5/link)
[ ![Build Status](https://travis-ci.org/JessYanCoding/RetrofitUrlManager.svg?branch=master) ](https://travis-ci.org/JessYanCoding/RetrofitUrlManager)
[ ![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-RetrofitUrlManager-brightgreen.svg?style=flat) ](https://android-arsenal.com/details/1/6007)
[ ![API](https://img.shields.io/badge/API-9%2B-blue.svg?style=flat-square) ](https://developer.android.com/about/versions/android-2.3.html)
Expand All @@ -17,7 +17,7 @@
## Download
``` gradle
compile 'me.jessyan:retrofit-url-manager:1.2.0'
compile 'me.jessyan:retrofit-url-manager:1.2.5'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RetrofitUrlManager
[ ![Bintray](https://img.shields.io/badge/bintray-v1.2.0-brightgreen.svg) ](https://bintray.com/jessyancoding/maven/retrofit-url-manager/1.2.0/link)
[ ![Bintray](https://img.shields.io/badge/bintray-v1.2.5-brightgreen.svg) ](https://bintray.com/jessyancoding/maven/retrofit-url-manager/1.2.5/link)
[ ![Build Status](https://travis-ci.org/JessYanCoding/RetrofitUrlManager.svg?branch=master) ](https://travis-ci.org/JessYanCoding/RetrofitUrlManager)
[ ![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-RetrofitUrlManager-brightgreen.svg?style=flat) ](https://android-arsenal.com/details/1/6007)
[ ![API](https://img.shields.io/badge/API-9%2B-blue.svg?style=flat-square) ](https://developer.android.com/about/versions/android-2.3.html)
Expand All @@ -14,7 +14,7 @@

## Download
``` gradle
compile 'me.jessyan:retrofit-url-manager:1.2.0'
compile 'me.jessyan:retrofit-url-manager:1.2.5'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ dependencies {
implementation 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
implementation 'io.reactivex.rxjava2:rxandroid:2.0.2'
implementation project(':manager')
// implementation 'me.jessyan:retrofit-url-manager:1.2.0'
// implementation 'me.jessyan:retrofit-url-manager:1.2.5'
}
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ ext {
targetSdkVersion = 27
compileSdkVersion = 27
buildToolsVersion = "27.0.3"
versionCode = 12
versionName = "1.2.0"
versionCode = 13
versionName = "1.2.5"
}

0 comments on commit b668ab9

Please sign in to comment.