Skip to content

Commit

Permalink
Merge pull request #14 from GeoTecINIT/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
matey97 authored Jan 10, 2025
2 parents 212f389 + d411265 commit 8deca0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To install the library you have to add the dependency in your `build.gradle`:

```groovy
dependencies {
implementation 'io.github.geotecinit:wear-os-sensors:1.3.0'
implementation 'io.github.geotecinit:wear-os-sensors:1.3.1'
}
```

Expand Down
12 changes: 6 additions & 6 deletions wearossensors/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ android {
namespace 'es.uji.geotec.wearossensors'
}

version = '1.3.0'
version = '1.3.1'
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")

publishing {
Expand Down Expand Up @@ -112,11 +112,11 @@ tasks.withType(Sign) {
}

dependencies {
implementation 'com.google.android.gms:play-services-wearable:18.1.0'
implementation 'com.google.code.gson:gson:2.9.0'
implementation 'com.google.android.gms:play-services-location:20.0.0'
implementation 'com.google.android.gms:play-services-wearable:19.0.0'
implementation 'com.google.code.gson:gson:2.11.0'
implementation 'com.google.android.gms:play-services-location:21.3.0'
api 'io.github.geotecinit:background-sensors:1.4.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
}

0 comments on commit 8deca0d

Please sign in to comment.