Skip to content

Commit

Permalink
Bump to version 1.1.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
davidliu committed Apr 4, 2024
1 parent b679a80 commit 212d935
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 @@ -31,9 +31,9 @@ LiveKit Components for Android is available as a Maven package.
```groovy title="build.gradle"
...
dependencies {
implementation "io.livekit:livekit-android-compose-components:1.1.0"
implementation "io.livekit:livekit-android-compose-components:1.1.1"
// Snapshots of the latest development version are available at:
// implementation "io.livekit:livekit-android-compose-components:1.1.1-SNAPSHOT"
// implementation "io.livekit:livekit-android-compose-components:1.1.2-SNAPSHOT"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android.nonTransitiveRClass=true
###############################################################

GROUP=io.livekit
VERSION_NAME=1.1.1
VERSION_NAME=1.1.2-SNAPSHOT

POM_DESCRIPTION=Compose Components for LiveKit Android SDK

Expand Down

0 comments on commit 212d935

Please sign in to comment.