Skip to content

Commit 7a13a9c

Browse files
committed
Demo use v2.1.5
1 parent a85cc2d commit 7a13a9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ android:
2323

2424
script:
2525
- ./gradlew clean
26-
- ./gradlew install
27-
- ./gradlew bintrayUpload
26+
# - ./gradlew install
27+
# - ./gradlew bintrayUpload
2828
- ./gradlew assembleDebug

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies {
7070
compile rootProject.ext.dependencies["paginate"]
7171
//arms
7272
compile project(':arms')
73-
// compile 'me.jessyan:arms:2.1.0'
73+
// compile 'me.jessyan:arms:2.1.5'
7474
//test
7575
testCompile rootProject.ext.dependencies["junit"]
7676
debugCompile rootProject.ext.dependencies["canary-debug"]

0 commit comments

Comments
 (0)