Skip to content

Commit 8deca0d

Browse files
authored
Merge pull request #14 from GeoTecINIT/update-deps
Update dependencies
2 parents 212f389 + d411265 commit 8deca0d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To install the library you have to add the dependency in your `build.gradle`:
2929

3030
```groovy
3131
dependencies {
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

wearossensors/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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'
4343
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
4444

4545
publishing {
@@ -112,11 +112,11 @@ tasks.withType(Sign) {
112112
}
113113

114114
dependencies {
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
}

0 commit comments

Comments
 (0)