Skip to content

Commit c2deaf3

Browse files
committed
Release to v2.2.3
1 parent a219290 commit c2deaf3

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ android:
2323

2424
script:
2525
- ./gradlew clean
26-
# - ./gradlew install
27-
# - ./gradlew bintrayUpload
26+
- ./gradlew install
27+
- ./gradlew bintrayUpload
2828
- ./gradlew assembleDebug

README-zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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)
@@ -30,7 +30,7 @@
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
```

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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)
@@ -32,7 +32,7 @@
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
```

config.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ext {
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 = [

0 commit comments

Comments
 (0)