Skip to content

Commit

Permalink
Demo use v2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JessYanCoding committed Jul 23, 2017
1 parent a85cc2d commit 7a13a9c
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 @@ -23,6 +23,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 {
compile rootProject.ext.dependencies["paginate"]
//arms
compile project(':arms')
// compile 'me.jessyan:arms:2.1.0'
// compile 'me.jessyan:arms:2.1.5'
//test
testCompile rootProject.ext.dependencies["junit"]
debugCompile rootProject.ext.dependencies["canary-debug"]
Expand Down

0 comments on commit 7a13a9c

Please sign in to comment.