Skip to content

Commit

Permalink
v2.0.0 (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidliu authored Feb 3, 2024
1 parent e07fafd commit 223aea2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,20 @@ API reference can be found
at [https://docs.livekit.io/client-sdk-android/index.html](https://docs.livekit.io/client-sdk-android/index.html)
.

> [!NOTE]
> This is v2 of the Android SDK. When migrating from v1.x to v2.x you might encounter a small set of breaking changes.
> Read the [migration guide](https://docs.livekit.io/guides/migrate-from-v1/) for a detailed overview of what has changed.
## Installation

LiveKit for Android is available as a Maven package.

```groovy title="build.gradle"
...
dependencies {
implementation "io.livekit:livekit-android:1.6.1"
implementation "io.livekit:livekit-android:2.0.0"
// Snapshots of the latest development version are available at:
// implementation "io.livekit:livekit-android:2.0.0-SNAPSHOT"
// implementation "io.livekit:livekit-android:2.0.1-SNAPSHOT"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ kotlin.code.style=official
###############################################################

GROUP=io.livekit
VERSION_NAME=2.0.0-SNAPSHOT
VERSION_NAME=2.0.0


POM_DESCRIPTION=LiveKit Android SDK, WebRTC Rooms
Expand Down

0 comments on commit 223aea2

Please sign in to comment.