Skip to content

Commit

Permalink
Demo used v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JessYanCoding committed Apr 9, 2018
1 parent 0985137 commit 24019ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {
//arms
implementation project(':arms')
//Github 仓库上最新的 Demo 具有下一个版本的新特性, 所以依赖最新的远程库会出现版本不兼容的情况, 详情请查看 https://github.com/JessYanCoding/MVPArms/wiki/Issues#2
// implementation 'me.jessyan:arms:2.4.0'
// implementation 'me.jessyan:arms:2.4.1'
//test
testImplementation rootProject.ext.dependencies["junit"]
debugImplementation rootProject.ext.dependencies["canary-debug"]
Expand Down

0 comments on commit 24019ca

Please sign in to comment.