Skip to content

Commit

Permalink
Release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JessYanCoding committed Jun 29, 2018
1 parent 5118eb9 commit 4f93998
Show file tree
Hide file tree
Showing 5 changed files with 20 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
[ ![Jcenter](https://img.shields.io/badge/Jcenter-v1.3.0-brightgreen.svg?style=flat-square) ](https://bintray.com/jessyancoding/maven/retrofit-url-manager/1.3.0/link)
[ ![Jcenter](https://img.shields.io/badge/Jcenter-v1.4.0-brightgreen.svg?style=flat-square) ](https://bintray.com/jessyancoding/maven/retrofit-url-manager/1.4.0/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-square) ](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 @@ -22,7 +22,7 @@

## Download
``` gradle
implementation 'me.jessyan:retrofit-url-manager:1.3.0'
implementation 'me.jessyan:retrofit-url-manager:1.4.0'
```

## 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
[ ![Jcenter](https://img.shields.io/badge/Jcenter-v1.3.0-brightgreen.svg?style=flat-square) ](https://bintray.com/jessyancoding/maven/retrofit-url-manager/1.3.0/link)
[ ![Jcenter](https://img.shields.io/badge/Jcenter-v1.4.0-brightgreen.svg?style=flat-square) ](https://bintray.com/jessyancoding/maven/retrofit-url-manager/1.4.0/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-square) ](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 @@ -21,7 +21,7 @@

## Download
``` gradle
implementation 'me.jessyan:retrofit-url-manager:1.3.0'
implementation 'me.jessyan:retrofit-url-manager:1.4.0'
```

## 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.3.0'
// implementation 'me.jessyan:retrofit-url-manager:1.4.0'
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package me.jessyan.retrofiturlmanager.demo;

import android.support.v7.app.AppCompatActivity;

/**
* ================================================
* Created by JessYan on 2018/6/26 17:19
* <a href="mailto:jess.yan.effort@gmail.com">Contact me</a>
* <a href="https://github.com/JessYanCoding">Follow me</a>
* ================================================
*/
public class AdvancedActivity extends AppCompatActivity {
}
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ ext {
targetSdkVersion = 27
compileSdkVersion = 27
buildToolsVersion = "27.0.3"
versionCode = 18
versionName = "1.3.0"
versionCode = 28
versionName = "1.4.0"
}

0 comments on commit 4f93998

Please sign in to comment.