Skip to content

Commit e5b5097

Browse files
committed
v1.0.0-alpha7 Release
1 parent 1b2e601 commit e5b5097

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 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-alpha6'
13+
implementation 'com.ubikgs:android-sensors:1.0.0-alpha7'
1414
1515
// To conveniently work with AndroidSensors output Flowables
1616
implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'
17-
implementation 'io.reactivex.rxjava2:rxjava:2.1.5'
17+
implementation 'io.reactivex.rxjava2:rxjava:2.1.6'
1818
}
1919
```
2020

android-sensors/build.gradle

Lines changed: 2 additions & 2 deletions
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-alpha6'
6+
def projectVersion = '1.0.0-alpha7'
77
version = projectVersion
88

99
def repoName = 'AndroidSensors'
@@ -80,7 +80,7 @@ dependencies {
8080

8181
// RxAndroid
8282
implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'
83-
implementation 'io.reactivex.rxjava2:rxjava:2.1.5'
83+
implementation 'io.reactivex.rxjava2:rxjava:2.1.6'
8484

8585
/*
8686
* Testing

0 commit comments

Comments
 (0)