Skip to content

Commit

Permalink
v0.1.5: Update RTVI dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-daily committed Sep 6, 2024
1 parent b0617d2 commit b469aa4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This Android library exposes the `DailyVoiceClient` class, to connect to a Daily
Add the following dependency to your `build.gradle` file:

```
implementation "ai.rtvi:rtvi-client-android-daily:0.1.3"
implementation "ai.rtvi:rtvi-client-android-daily:0.1.5"
```

Instantiate from your code:
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ kotlinxSerializationJson = "1.7.1"
kotlinxSerializationPlugin = "2.0.0"
dokka = "1.9.20"
androidxTest = "1.6.1"
rtviClient = "0.1.3"
rtviClient = "0.1.4"

[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
Expand Down
2 changes: 1 addition & 1 deletion rtvi-client-android-daily/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ publishing {
register<MavenPublication>("release") {
groupId = "ai.rtvi"
artifactId = "client-daily"
version = "0.1.4"
version = "0.1.5"

pom {
name.set("RTVI Client Daily Transport")
Expand Down

0 comments on commit b469aa4

Please sign in to comment.