Skip to content

Commit

Permalink
Retrofit2 + RXJava2 + Mosby3 全部更新到目前最新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
jenly1314 committed Jul 23, 2018
1 parent e0a6d59 commit 1024342
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# MVPFrame
[![Download](https://img.shields.io/badge/download-App-blue.svg)](https://raw.githubusercontent.com/jenly1314/MVPFrame/master/app/release/app-release.apk)
[![](https://jitpack.io/v/jenly1314/MVPFrame.svg)](https://jitpack.io/#jenly1314/MVPFrame)
[![CI](https://travis-ci.org/jenly1314/MVPFrame.svg?branch=master)](https://travis-ci.org/jenly1314/MVPFrame)
[![API](https://img.shields.io/badge/API-15%2B-blue.svg?style=flat)](https://android-arsenal.com/api?level=15)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/mit-license.php)
[![Blog](https://img.shields.io/badge/blog-Jenly-9933CC.svg)](http://blog.csdn.net/jenly121)

Expand All @@ -22,7 +24,7 @@ MVPFrame for Android 是一个集合了 Retrofit2 + RXJava2 + OkHttp3 + Mosby3
```
### Gradle:
```gradle
compile 'com.king.frame:mvpframe:1.1.0'
implementation 'com.king.frame:mvpframe:1.1.0'
```
### Lvy:
```lvy
Expand Down
Binary file removed app/app-release.apk
Binary file not shown.

0 comments on commit 1024342

Please sign in to comment.