We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4179bef commit b332dc1Copy full SHA for b332dc1
README.md
@@ -10,7 +10,7 @@ Add the dependency
10
11
```groovy
12
dependencies {
13
- implementation 'com.ubikgs:android-sensors:1.0.0-alpha4'
+ implementation 'com.ubikgs:android-sensors:1.0.0-alpha5'
14
15
// Needed to work with AndroidSensors output Flowables
16
implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'
android-sensors/build.gradle
@@ -3,7 +3,7 @@ apply plugin: 'com.jfrog.bintray'
3
4
def projectName = 'android-sensors'
5
group = 'com.ubikgs'
6
-def projectVersion = '1.0.0-alpha4'
+def projectVersion = '1.0.0-alpha5'
7
version = projectVersion
8
9
def repoName = 'AndroidSensors'
0 commit comments