David Liu

Fix broken compose sample build

@@ -68,6 +68,7 @@ dependencies { @@ -68,6 +68,7 @@ dependencies {
68 implementation 'com.google.accompanist:accompanist-pager:0.19.0' 68 implementation 'com.google.accompanist:accompanist-pager:0.19.0'
69 implementation 'com.google.accompanist:accompanist-pager-indicators:0.19.0' 69 implementation 'com.google.accompanist:accompanist-pager-indicators:0.19.0'
70 implementation deps.timber 70 implementation deps.timber
  71 + implementation project(":sample-app-common")
71 implementation project(":livekit-android-sdk") 72 implementation project(":livekit-android-sdk")
72 testImplementation 'junit:junit:4.+' 73 testImplementation 'junit:junit:4.+'
73 androidTestImplementation 'androidx.test.ext:junit:1.1.3' 74 androidTestImplementation 'androidx.test.ext:junit:1.1.3'