Skip to content

Commit

Permalink
chore(deps): bump androidx.annotation:annotation in /android
Browse files Browse the repository at this point in the history
Bumps androidx.annotation:annotation from 1.7.1 to 1.8.0.

---
updated-dependencies:
- dependency-name: androidx.annotation:annotation
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent 5c820fe commit 963a47b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/clientlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ tasks.whenTaskAdded { task ->
}

dependencies {
compileOnly 'androidx.annotation:annotation:1.7.1'
compileOnly 'androidx.annotation:annotation:1.8.0'
implementation 'com.neovisionaries:nv-websocket-client:2.14' // TODO: use plugin projects to select WS implementation
api project(path: ':common')
}
2 changes: 1 addition & 1 deletion android/common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ tasks.whenTaskAdded { task ->
}

dependencies {
compileOnly 'androidx.annotation:annotation:1.7.1'
compileOnly 'androidx.annotation:annotation:1.8.0'

testImplementation 'junit:junit:4.13.2'
testImplementation 'androidx.test:core:1.5.0'
Expand Down
2 changes: 1 addition & 1 deletion android/walletlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ dependencies {
testImplementation 'org.robolectric:robolectric:4.12.1'
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1'

compileOnly 'androidx.annotation:annotation:1.7.1'
compileOnly 'androidx.annotation:annotation:1.8.0'
implementation 'org.java-websocket:Java-WebSocket:1.5.6'
implementation 'org.slf4j:slf4j-android:1.7.36' // SLF4J logging facility for Java-WebSocket
api project(path: ':common')
Expand Down

0 comments on commit 963a47b

Please sign in to comment.