Skip to content

Commit 35ff3f2

Browse files
committed
Build: Bump the Maven client
1 parent 8846544 commit 35ff3f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

crates/tauri-plugin-client/android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ android {
4747
dependencies {
4848
// Subprojects
4949
implementation(project(":tauri-android"))
50-
implementation("org.holochain.androidserviceruntime:client:0.0.20")
50+
implementation("org.holochain.androidserviceruntime:client:0.0.21")
5151
// Kotlin
5252
implementation("androidx.core:core-ktx:1.7.0")
5353
implementation("androidx.appcompat:appcompat:1.6.0")

libraries/client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add the library to your dependencies list in your project's `build.gradle.kts`
2323
```kotlin
2424
dependencies {
2525
...
26-
implementation("org.holochain.androidserviceruntime:client:0.0.20")
26+
implementation("org.holochain.androidserviceruntime:client:0.0.21")
2727
}
2828
```
2929

libraries/client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ mavenPublishing {
4949
signAllPublications()
5050
}
5151

52-
coordinates("org.holochain.androidserviceruntime", "client", "0.0.20")
52+
coordinates("org.holochain.androidserviceruntime", "client", "0.0.21")
5353

5454
pom {
5555
name.set("Holochain Service Client")

0 commit comments

Comments
 (0)