Skip to content

Commit 7216937

Browse files
committed
Demo use v2.0
1 parent ad92a7e commit 7216937

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android {
2525
dependencies {
2626
compile fileTree(include: ['*.jar'], dir: 'libs')
2727
testCompile 'junit:junit:4.12'
28-
compile 'com.android.support:appcompat-v7:25.1.1'
29-
// compile 'me.jessyan:rxerrorhandler:1.0.1'
30-
compile project(':rxerrorhandler')
28+
compile 'com.android.support:appcompat-v7:25.3.1'
29+
compile 'me.jessyan:rxerrorhandler:2.0'
30+
// compile project(':rxerrorhandler')
3131
}

0 commit comments

Comments
 (0)