Skip to content

Commit 4c28b6e

Browse files
committedFeb 3, 2024
Update components to 1.0.0
1 parent 82e113c commit 4c28b6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎sample-livestream/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def coil_version = "2.4.0"
5252

5353
dependencies {
5454

55-
implementation "io.livekit:livekit-android-compose-components:0.0.1-20240110.112307-8"
55+
implementation "io.livekit:livekit-android-compose-components:1.0.0"
5656
implementation "com.github.ajalt:timberkt:1.5.1"
5757
implementation "com.squareup.retrofit2:retrofit:2.9.0"
5858
implementation("com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0")

‎settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencyResolutionManagement {
1313
maven { url 'https://jitpack.io' }
1414

1515
// For SNAPSHOT access
16-
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' }
16+
//maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' }
1717
}
1818
}
1919
rootProject.name = "android-livestream"

0 commit comments

Comments
 (0)
Please sign in to comment.