Skip to content

Commit b332dc1

Browse files
committed
v1.0.0-alpha5 Release
1 parent 4179bef commit b332dc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Add the dependency
1010

1111
```groovy
1212
dependencies {
13-
implementation 'com.ubikgs:android-sensors:1.0.0-alpha4'
13+
implementation 'com.ubikgs:android-sensors:1.0.0-alpha5'
1414
1515
// Needed to work with AndroidSensors output Flowables
1616
implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'

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-alpha4'
6+
def projectVersion = '1.0.0-alpha5'
77
version = projectVersion
88

99
def repoName = 'AndroidSensors'

0 commit comments

Comments
 (0)