davidliu
Committed by GitHub

v2.19.1 (#737)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---
"client-sdk-android": patch
---
Fixed ProGuard rules to keep JniInit class for WebRTC native registration (#735)
\ No newline at end of file
# client-sdk-android
## 2.19.1
### Patch Changes
- Fixed ProGuard rules to keep JniInit class for WebRTC native registration (#735) - [#736](https://github.com/livekit/client-sdk-android/pull/736) ([@adrian-niculescu](https://github.com/adrian-niculescu))
## 2.19.0
### Minor Changes
... ...
... ... @@ -47,7 +47,7 @@ LiveKit for Android is available as a Maven package.
```groovy title="build.gradle"
...
dependencies {
def livekit_version = "2.19.0"
def livekit_version = "2.19.1"
implementation "io.livekit:livekit-android:$livekit_version"
... ... @@ -58,7 +58,7 @@ dependencies {
implementation "io.livekit:livekit-android-track-processors:$livekit_version"
// Snapshots of the latest development version are available at:
// implementation "io.livekit:livekit-android:2.19.1-SNAPSHOT"
// implementation "io.livekit:livekit-android:2.19.2-SNAPSHOT"
}
```
... ...
... ... @@ -23,7 +23,7 @@ kotlin.code.style=official
###############################################################
GROUP=io.livekit
VERSION_NAME=2.19.0
VERSION_NAME=2.19.1
POM_DESCRIPTION=LiveKit Android SDK, WebRTC Rooms
... ...
{
"name": "client-sdk-android",
"version": "2.19.0",
"version": "2.19.1",
"repository": "https://github.com/livekit/client-sdk-android.git",
"license": "Apache License 2.0",
"private": true,
... ...