diff --git a/.travis.yml b/.travis.yml index 33e8dd650..59a425970 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,6 @@ android: script: - ./gradlew clean - - ./gradlew install - - ./gradlew bintrayUpload +# - ./gradlew install +# - ./gradlew bintrayUpload - ./gradlew assembleDebug \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index bfaca1bd7..72e433ea9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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"]