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

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	.idea/modules.xml
  • Loading branch information
ForgetAll committed Nov 1, 2017
2 parents 5b48c89 + 644cc0b commit 165107a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions LoadingDialog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,4 @@ dependencies {
})
compile 'com.android.support:appcompat-v7:24.2.0'
testCompile 'junit:junit:4.12'
compile 'io.reactivex:rxandroid:1.1.0'
compile 'io.reactivex:rxjava:1.1.0'
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Step 1. 把这玩意加到你的build.gradle里:
Step 2. 加上这个依赖

dependencies {
compile 'com.github.ForgetAll:LoadingDialog:v1.0.3'
compile 'com.github.ForgetAll:LoadingDialog:v1.0.4'
}


Expand Down
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ dependencies {
compile 'com.android.support:appcompat-v7:24.2.0'
testCompile 'junit:junit:4.12'
compile project(':LoadingDialog')
compile 'io.reactivex:rxandroid:1.1.0'
compile 'io.reactivex:rxjava:1.1.0'
}

0 comments on commit 165107a

Please sign in to comment.