diff --git a/.travis.yml b/.travis.yml index dea3d54d7..90112542c 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/app/build.gradle b/app/build.gradle index 42387d530..705d7a528 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -70,7 +70,7 @@ dependencies { compile rootProject.ext.dependencies["paginate"] //arms compile project(':arms') -// compile 'me.jessyan:arms:2.2.0' +// compile 'me.jessyan:arms:2.2.3' //test testCompile rootProject.ext.dependencies["junit"] debugCompile rootProject.ext.dependencies["canary-debug"]