Skip to content

Commit 6267b50

Browse files
committed
v1.0.0-alpha3 Release
1 parent 908b1ed commit 6267b50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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-alpha2'
13+
implementation 'com.ubikgs:android-sensors:1.0.0-alpha3'
1414
1515
// Needed to work with AndroidSensors output Flowables
1616
implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'

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

99
def repoName = 'AndroidSensors'
@@ -52,7 +52,7 @@ android {
5252
}
5353

5454
testOptions {
55-
unitTests.returnDefaultValues = true;
55+
unitTests.returnDefaultValues = true
5656
}
5757

5858
compileOptions {

0 commit comments

Comments
 (0)