From 129a886247fc18371152e729e23d6cc207d64fc2 Mon Sep 17 00:00:00 2001 From: davidliu Date: Mon, 3 Jun 2024 14:58:52 +0900 Subject: [PATCH] v2.4.1 (#430) --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 74264900..cd6ae040 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,9 @@ LiveKit for Android is available as a Maven package. ```groovy title="build.gradle" ... dependencies { - implementation "io.livekit:livekit-android:2.4.0" + implementation "io.livekit:livekit-android:2.4.1" // Snapshots of the latest development version are available at: - // implementation "io.livekit:livekit-android:2.4.1-SNAPSHOT" + // implementation "io.livekit:livekit-android:2.4.2-SNAPSHOT" } ``` diff --git a/gradle.properties b/gradle.properties index 03e30ab1..a6b5567f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,7 +23,7 @@ kotlin.code.style=official ############################################################### GROUP=io.livekit -VERSION_NAME=2.4.0 +VERSION_NAME=2.4.1 POM_DESCRIPTION=LiveKit Android SDK, WebRTC Rooms