We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85cc2d commit 7a13a9cCopy full SHA for 7a13a9c
.travis.yml
@@ -23,6 +23,6 @@ android:
23
24
script:
25
- ./gradlew clean
26
- - ./gradlew install
27
- - ./gradlew bintrayUpload
+# - ./gradlew install
+# - ./gradlew bintrayUpload
28
- ./gradlew assembleDebug
app/build.gradle
@@ -70,7 +70,7 @@ dependencies {
70
compile rootProject.ext.dependencies["paginate"]
71
//arms
72
compile project(':arms')
73
-// compile 'me.jessyan:arms:2.1.0'
+// compile 'me.jessyan:arms:2.1.5'
74
//test
75
testCompile rootProject.ext.dependencies["junit"]
76
debugCompile rootProject.ext.dependencies["canary-debug"]
0 commit comments