Skip to content
This repository was archived by the owner on Jan 8, 2022. It is now read-only.

Commit ca592ef

Browse files
committed
修复对RxJava和RxAndroid的错误依赖
1 parent 90f9395 commit ca592ef

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.idea/modules.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LoadingDialog/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,4 @@ dependencies {
2828
})
2929
compile 'com.android.support:appcompat-v7:24.2.0'
3030
testCompile 'junit:junit:4.12'
31-
compile 'io.reactivex:rxandroid:1.1.0'
32-
compile 'io.reactivex:rxjava:1.1.0'
3331
}

app/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ dependencies {
2727
compile 'com.android.support:appcompat-v7:24.2.0'
2828
testCompile 'junit:junit:4.12'
2929
compile project(':LoadingDialog')
30+
compile 'io.reactivex:rxandroid:1.1.0'
31+
compile 'io.reactivex:rxjava:1.1.0'
3032
}

0 commit comments

Comments
 (0)