Skip to content

Commit

Permalink
Release to v2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JessYanCoding committed Jul 14, 2019
1 parent 81f3720 commit d9958d0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ android:

script:
- ./gradlew clean
# - ./gradlew install
# - ./gradlew bintrayUpload
- ./gradlew install
- ./gradlew bintrayUpload
- ./gradlew assembleDebug
2 changes: 1 addition & 1 deletion MVPArms.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<p align="center">
<a href="https://bintray.com/jessyancoding/maven/MVPArms/_latestVersion">
<img src="https://img.shields.io/badge/Jcenter-v2.5.1-brightgreen.svg?style=flat-square" alt="Latest Stable Version" />
<img src="https://img.shields.io/badge/Jcenter-v2.5.2-brightgreen.svg?style=flat-square" alt="Latest Stable Version" />
</a>
<a href="https://travis-ci.org/JessYanCoding/MVPArms">
<img src="https://travis-ci.org/JessYanCoding/MVPArms.svg?branch=master" alt="Build Status" />
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<p align="center">
<a href="https://bintray.com/jessyancoding/maven/MVPArms/_latestVersion">
<img src="https://img.shields.io/badge/Jcenter-v2.5.1-brightgreen.svg?style=flat-square" alt="Latest Stable Version" />
<img src="https://img.shields.io/badge/Jcenter-v2.5.2-brightgreen.svg?style=flat-square" alt="Latest Stable Version" />
</a>
<a href="https://travis-ci.org/JessYanCoding/MVPArms">
<img src="https://travis-ci.org/JessYanCoding/MVPArms.svg?branch=master" alt="Build Status" />
Expand Down
4 changes: 2 additions & 2 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ext {
buildToolsVersion : "28.0.3",
minSdkVersion : 14,
targetSdkVersion : 28,
versionCode : 185,
versionName : "2.5.1"
versionCode : 186,
versionName : "2.5.2"
]

version = [
Expand Down

0 comments on commit d9958d0

Please sign in to comment.