File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ android:
2323
2424script :
2525 - ./gradlew clean
26- # - ./gradlew install
27- # - ./gradlew bintrayUpload
26+ - ./gradlew install
27+ - ./gradlew bintrayUpload
2828 - ./gradlew assembleDebug
Original file line number Diff line number Diff line change 11# MVPArt
2- [ ![ Bintray] ( https://img.shields.io/badge/bintray-v2.2.0 -brightgreen.svg ) ] ( https://bintray.com/jessyancoding/maven/MVPArt/2.2.0 /link )
2+ [ ![ Bintray] ( https://img.shields.io/badge/bintray-v2.2.3 -brightgreen.svg ) ] ( https://bintray.com/jessyancoding/maven/MVPArt/2.2.3 /link )
33[ ![ Build Status] ( https://travis-ci.org/JessYanCoding/MVPArt.svg?branch=complete ) ] ( https://travis-ci.org/JessYanCoding/MVPArt )
44[ ![ API] ( https://img.shields.io/badge/API-15%2B-blue.svg?style=flat-square ) ] ( https://developer.android.com/about/versions/android-4.0.3.html )
55[ ![ License] ( http://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square ) ] ( http://www.apache.org/licenses/LICENSE-2.0 )
3030
3131## Download
3232``` gradle
33- compile 'me.jessyan:art:2.2.0 ' //rxjava2
33+ compile 'me.jessyan:art:2.2.3 ' //rxjava2
3434
3535 compile 'me.jessyan:art:1.4.3' //rxjava1(不再维护)
3636```
Original file line number Diff line number Diff line change 11# MVPArt
2- [ ![ Bintray] ( https://img.shields.io/badge/bintray-v2.2.0 -brightgreen.svg ) ] ( https://bintray.com/jessyancoding/maven/MVPArt/2.2.0 /link )
2+ [ ![ Bintray] ( https://img.shields.io/badge/bintray-v2.2.3 -brightgreen.svg ) ] ( https://bintray.com/jessyancoding/maven/MVPArt/2.2.3 /link )
33[ ![ Build Status] ( https://travis-ci.org/JessYanCoding/MVPArt.svg?branch=complete ) ] ( https://travis-ci.org/JessYanCoding/MVPArt )
44[ ![ API] ( https://img.shields.io/badge/API-15%2B-blue.svg?style=flat-square ) ] ( https://developer.android.com/about/versions/android-4.0.3.html )
55[ ![ License] ( http://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square ) ] ( http://www.apache.org/licenses/LICENSE-2.0 )
3232
3333## Download
3434``` gradle
35- compile 'me.jessyan:art:2.2.0 ' //rxjava2
35+ compile 'me.jessyan:art:2.2.3 ' //rxjava2
3636
3737 compile 'me.jessyan:art:1.4.3' //rxjava1(Not maintained)
3838```
Original file line number Diff line number Diff line change 55 buildToolsVersion : " 26.0.1" ,
66 minSdkVersion : 15 ,
77 targetSdkVersion : 26 ,
8- versionCode : 60 ,
9- versionName : " 2.2.0 "
8+ versionCode : 63 ,
9+ versionName : " 2.2.3 "
1010 ]
1111
1212 version = [
You can’t perform that action at this time.
0 commit comments