File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ To install the library you have to add the dependency in your `build.gradle`:
2929
3030``` groovy
3131dependencies {
32- implementation 'io.github.geotecinit:wear-os-sensors:1.3.0 '
32+ implementation 'io.github.geotecinit:wear-os-sensors:1.3.1 '
3333}
3434```
3535
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ android {
3939 namespace ' es.uji.geotec.wearossensors'
4040}
4141
42- version = ' 1.3.0 '
42+ version = ' 1.3.1 '
4343ext. isReleaseVersion = ! version. endsWith(" SNAPSHOT" )
4444
4545publishing {
@@ -112,11 +112,11 @@ tasks.withType(Sign) {
112112}
113113
114114dependencies {
115- implementation ' com.google.android.gms:play-services-wearable:18.1 .0'
116- implementation ' com.google.code.gson:gson:2.9 .0'
117- implementation ' com.google.android.gms:play-services-location:20.0 .0'
115+ implementation ' com.google.android.gms:play-services-wearable:19.0 .0'
116+ implementation ' com.google.code.gson:gson:2.11 .0'
117+ implementation ' com.google.android.gms:play-services-location:21.3 .0'
118118 api ' io.github.geotecinit:background-sensors:1.4.0'
119119 testImplementation ' junit:junit:4.13.2'
120- androidTestImplementation ' androidx.test.ext:junit:1.1.3 '
121- androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0 '
120+ androidTestImplementation ' androidx.test.ext:junit:1.2.1 '
121+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.6.1 '
122122}
You can’t perform that action at this time.
0 commit comments