提交 076e1016 编写于 作者: J jessyan

release to 1.2.5

上级 c3c8352a
......@@ -5,6 +5,7 @@ env:
global:
- ANDROID_API_LEVEL=25
- ANDROID_BUILD_TOOLS_VERSION=25.0.2
- TRAVIS_SECURE_ENV_VARS=true
android:
components:
......@@ -22,4 +23,6 @@ android:
script:
- ./gradlew clean
- ./gradlew install
- ./gradlew bintrayUpload
- ./gradlew assembleDebug
\ No newline at end of file
# MVPArms
[ ![Bintray](https://img.shields.io/badge/bintray-v1.2.4-brightgreen.svg) ](https://bintray.com/jessyancoding/maven/MVPArms/1.2.4/link)
[ ![Bintray](https://img.shields.io/badge/bintray-v1.2.5-brightgreen.svg) ](https://bintray.com/jessyancoding/maven/MVPArms/1.2.5/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)
......
# MVPArms
[ ![Bintray](https://img.shields.io/badge/bintray-v1.2.4-brightgreen.svg) ](https://bintray.com/jessyancoding/maven/MVPArms/1.2.4/link)
[ ![Bintray](https://img.shields.io/badge/bintray-v1.2.5-brightgreen.svg) ](https://bintray.com/jessyancoding/maven/MVPArms/1.2.5/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)
......
......@@ -61,8 +61,8 @@ dependencies {
annotationProcessor rootProject.ext.dependencies["butterknife-compiler"]
compile rootProject.ext.dependencies["paginate"]
//arms
// compile project(':arms')
compile 'me.jessyan:arms:1.2.4'
compile project(':arms')
// compile 'me.jessyan:arms:1.2.5'
//test
testCompile rootProject.ext.dependencies["junit"]
debugCompile rootProject.ext.dependencies["canary-debug"]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册