File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
crates/tauri-plugin-client/android Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ android {
4747dependencies {
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" )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Add the library to your dependencies list in your project's `build.gradle.kts`
2323``` kotlin
2424dependencies {
2525 .. .
26- implementation(" org.holochain.androidserviceruntime:client:0.0.20 " )
26+ implementation(" org.holochain.androidserviceruntime:client:0.0.21 " )
2727}
2828```
2929
Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments