File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515
1616Add this in your build.gradle
1717``` groovy
18- implementation 'com.mindorks.scheduler:rxps:0.0.1 '
18+ implementation 'com.mindorks.scheduler:rxps:0.1.0 '
1919```
2020
2121### Setting low level priority for a task - use ` RxPS.low() `
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'java-library'
22
33dependencies {
44 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
5- api ' io.reactivex.rxjava2:rxjava:2.1.16'
5+ compile ' io.reactivex.rxjava2:rxjava:2.1.16'
66}
77
88sourceCompatibility = " 1.7"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def siteUrl = 'https://github.com/MindorksOpenSource/RxJavaPriorityScheduler'
2121def gitUrl = ' https://github.com/MindorksOpenSource/RxJavaPriorityScheduler.git'
2222
2323group = " com.mindorks.scheduler"
24- version = ' 0.0.1 '
24+ version = ' 0.1.0 '
2525
2626install {
2727 repositories. mavenInstaller {
You can’t perform that action at this time.
0 commit comments