Skip to content

Commit

Permalink
Use specific snapshot version for now
Browse files Browse the repository at this point in the history
  • Loading branch information
davidliu committed Jan 10, 2024
1 parent 2ce0769 commit 5e0ff3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sample-livestream/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def coil_version = "2.4.0"

dependencies {

implementation "io.livekit:livekit-android-compose-components:0.0.1-SNAPSHOT"
implementation "io.livekit:livekit-android-compose-components:0.0.1-20240110.112307-8"
implementation "com.github.ajalt:timberkt:1.5.1"
implementation "com.squareup.retrofit2:retrofit:2.9.0"
implementation("com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ data class IsHost(val value: Boolean)
/**
* A container for [RoomScreen] that sets up the needed nav host and dependencies.
*/
@OptIn(ExperimentalMaterialNavigationApi::class)
@Destination
@Composable
fun RoomScreenContainer(
Expand Down

0 comments on commit 5e0ff3c

Please sign in to comment.