Skip to content

Commit 8f828bf

Browse files
Change version to 0.1.0
1 parent 5423302 commit 8f828bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
Add 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()`

rxps/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'java-library'
22

33
dependencies {
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

88
sourceCompatibility = "1.7"

rxps/upload.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def siteUrl = 'https://github.com/MindorksOpenSource/RxJavaPriorityScheduler'
2121
def gitUrl = 'https://github.com/MindorksOpenSource/RxJavaPriorityScheduler.git'
2222

2323
group = "com.mindorks.scheduler"
24-
version = '0.0.1'
24+
version = '0.1.0'
2525

2626
install {
2727
repositories.mavenInstaller {

0 commit comments

Comments
 (0)