Skip to content

Commit 5e73c32

Browse files
committed
v1.0.0-alpha6 Release
1 parent fdcf9d7 commit 5e73c32

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Add the dependency
1010

1111
```groovy
1212
dependencies {
13-
implementation 'com.ubikgs:android-sensors:1.0.0-alpha5'
13+
implementation 'com.ubikgs:android-sensors:1.0.0-alpha6'
1414
15-
// Needed to work with AndroidSensors output Flowables
15+
// To conveniently work with AndroidSensors output Flowables
1616
implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'
17-
implementation 'io.reactivex.rxjava2:rxjava:2.1.3'
17+
implementation 'io.reactivex.rxjava2:rxjava:2.1.5'
1818
}
1919
```
2020

android-sensors/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.jfrog.bintray'
33

44
def projectName = 'android-sensors'
55
group = 'com.ubikgs'
6-
def projectVersion = '1.0.0-alpha5'
6+
def projectVersion = '1.0.0-alpha6'
77
version = projectVersion
88

99
def repoName = 'AndroidSensors'

0 commit comments

Comments
 (0)