diff --git a/.travis.yml b/.travis.yml index 39249b863ab55b1e9c69737d0dc258e4a157a09b..6ff02a9ab7ebbb6660f7da67e67610ad21cc58f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,6 @@ android: script: - ./gradlew clean -# - ./gradlew install -# - ./gradlew bintrayUpload + - ./gradlew install + - ./gradlew bintrayUpload - ./gradlew assembleDebug \ No newline at end of file diff --git a/MVPArms.md b/MVPArms.md index 9994b51d3101d8a603cddc0906ffe2a813e2ab38..30496e3d2c43a52f13e2db20a867d4249bb197fe 100644 --- a/MVPArms.md +++ b/MVPArms.md @@ -1,5 +1,5 @@ # MVPArms -[ ![Bintray](https://img.shields.io/badge/bintray-v2.0.0-brightgreen.svg) ](https://bintray.com/jessyancoding/maven/MVPArms/2.0.0/link) +[ ![Bintray](https://img.shields.io/badge/bintray-v2.0.1-brightgreen.svg) ](https://bintray.com/jessyancoding/maven/MVPArms/2.0.1/link) [ ![Build Status](https://travis-ci.org/JessYanCoding/MVPArms.svg?branch=master) ](https://travis-ci.org/JessYanCoding/MVPArms) [ ![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) [ ![License](http://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square) ](http://www.apache.org/licenses/LICENSE-2.0) diff --git a/README.md b/README.md index 6ebe0cdcd1a2d7245082f961262f71118fa99909..273ced4b5b33e7f263dbf33ef7b21dd8f895ffd1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # MVPArms -[ ![Bintray](https://img.shields.io/badge/bintray-v2.0.0-brightgreen.svg) ](https://bintray.com/jessyancoding/maven/MVPArms/2.0.0/link) +[ ![Bintray](https://img.shields.io/badge/bintray-v2.0.1-brightgreen.svg) ](https://bintray.com/jessyancoding/maven/MVPArms/2.0.1/link) [ ![Build Status](https://travis-ci.org/JessYanCoding/MVPArms.svg?branch=master) ](https://travis-ci.org/JessYanCoding/MVPArms) [ ![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) [ ![License](http://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square) ](http://www.apache.org/licenses/LICENSE-2.0) diff --git a/config.gradle b/config.gradle index 24bca7143e7c82f34ac9dfb1767c6b423042b82b..6b2d6011306c9fbe74fae2bf8dd1684042c424ff 100644 --- a/config.gradle +++ b/config.gradle @@ -5,8 +5,8 @@ ext { buildToolsVersion : "25.0.2", minSdkVersion : 15, targetSdkVersion : 25, - versionCode : 100, - versionName : "2.0.0", + versionCode : 101, + versionName : "2.0.1", ] version = [