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

Commit 165107a

Browse files
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # .idea/modules.xml
2 parents 5b48c89 + 644cc0b commit 165107a

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
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
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Step 1. 把这玩意加到你的build.gradle里:
1414
Step 2. 加上这个依赖
1515

1616
dependencies {
17-
compile 'com.github.ForgetAll:LoadingDialog:v1.0.3'
17+
compile 'com.github.ForgetAll:LoadingDialog:v1.0.4'
1818
}
1919

2020

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)