Skip to content

Commit

Permalink
Bump version to v1.5.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
davidliu committed Nov 22, 2023
1 parent 4719724 commit 9aedb86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ LiveKit for Android is available as a Maven package.
```groovy title="build.gradle"
...
dependencies {
implementation "io.livekit:livekit-android:1.5.1"
implementation "io.livekit:livekit-android:1.5.2"
// Snapshots of the latest development version are available at:
// implementation "io.livekit:livekit-android:1.5.2-SNAPSHOT"
// implementation "io.livekit:livekit-android:1.5.3-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=1.5.2
VERSION_NAME=1.5.3-SNAPSHOT

POM_DESCRIPTION=LiveKit Android SDK, WebRTC Rooms

Expand Down

0 comments on commit 9aedb86

Please sign in to comment.