Skip to content

Commit

Permalink
Export core symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-daily committed Aug 19, 2024
1 parent a84d51d commit c1b752b
Show file tree
Hide file tree
Showing 2 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:

```
ai.rtvi:rtvi-client-android-daily:0.1.0
implementation "ai.rtvi:rtvi-client-android-daily:0.1.1"
```

Instantiate from your code:
Expand Down
4 changes: 2 additions & 2 deletions rtvi-client-android-daily/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
implementation(libs.daily.android.client)

//api(project(":rtvi-client-android"))
implementation(libs.rtvi.client)
api(libs.rtvi.client)

androidTestImplementation(libs.androidx.runner)
androidTestImplementation(libs.androidx.rules)
Expand All @@ -66,7 +66,7 @@ publishing {
register<MavenPublication>("release") {
groupId = "ai.rtvi"
artifactId = "client-daily"
version = "0.1.0"
version = "0.1.1"

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

0 comments on commit c1b752b

Please sign in to comment.