File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Add the dependency
1010
1111``` groovy
1212dependencies {
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'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'com.jfrog.bintray'
33
44def projectName = ' android-sensors'
55group = ' com.ubikgs'
6- def projectVersion = ' 1.0.0-alpha2 '
6+ def projectVersion = ' 1.0.0-alpha3 '
77version = projectVersion
88
99def repoName = ' AndroidSensors'
@@ -52,7 +52,7 @@ android {
5252 }
5353
5454 testOptions {
55- unitTests. returnDefaultValues = true ;
55+ unitTests. returnDefaultValues = true
5656 }
5757
5858 compileOptions {
You can’t perform that action at this time.
0 commit comments