Skip to content

Commit 9a1a630

Browse files
committed
Demo use v1.6.2
1 parent 58b9271 commit 9a1a630

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
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
@@ -62,7 +62,7 @@ dependencies {
6262
compile rootProject.ext.dependencies["paginate"]
6363
//arms
6464
compile project(':arms')
65-
// compile 'me.jessyan:arms:1.6.0'
65+
// compile 'me.jessyan:arms:1.6.2'
6666
//test
6767
testCompile rootProject.ext.dependencies["junit"]
6868
debugCompile rootProject.ext.dependencies["canary-debug"]

arms/src/main/java/com/jess/arms/base/delegate/FragmentDelegateImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ public void onDetach() {
111111

112112
}
113113

114-
115114
@Override
116115
public int describeContents() {
117116
return 0;

0 commit comments

Comments
 (0)