File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ def coil_version = "2.4.0"
52
52
53
53
dependencies {
54
54
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 "
56
56
implementation " com.github.ajalt:timberkt:1.5.1"
57
57
implementation " com.squareup.retrofit2:retrofit:2.9.0"
58
58
implementation(" com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0" )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencyResolutionManagement {
13
13
maven { url ' https://jitpack.io' }
14
14
15
15
// 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/' }
17
17
}
18
18
}
19
19
rootProject. name = " android-livestream"
You can’t perform that action at this time.
0 commit comments