diff --git a/demos/session/build.gradle b/demos/session/build.gradle index 4829f2861d..b3b61dac55 100644 --- a/demos/session/build.gradle +++ b/demos/session/build.gradle @@ -61,9 +61,9 @@ dependencies { implementation 'androidx.appcompat:appcompat:' + androidxAppCompatVersion implementation 'androidx.multidex:multidex:' + androidxMultidexVersion implementation 'com.google.android.material:material:' + androidxMaterialVersion - implementation project(modulePrefix + ':lib-exoplayer') - implementation project(modulePrefix + ':lib-exoplayer-dash') - implementation project(modulePrefix + ':lib-exoplayer-hls') - implementation project(modulePrefix + ':lib-ui') - implementation project(modulePrefix + ':lib-session') + implementation project(modulePrefix + 'lib-exoplayer') + implementation project(modulePrefix + 'lib-exoplayer-dash') + implementation project(modulePrefix + 'lib-exoplayer-hls') + implementation project(modulePrefix + 'lib-ui') + implementation project(modulePrefix + 'lib-session') }