mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix session demo gradle build when used with a prefix
#minor-release PiperOrigin-RevId: 425613253
This commit is contained in:
parent
279b4fc5dd
commit
c5b7e7b258
1 changed files with 5 additions and 5 deletions
|
|
@ -61,9 +61,9 @@ dependencies {
|
||||||
implementation 'androidx.appcompat:appcompat:' + androidxAppCompatVersion
|
implementation 'androidx.appcompat:appcompat:' + androidxAppCompatVersion
|
||||||
implementation 'androidx.multidex:multidex:' + androidxMultidexVersion
|
implementation 'androidx.multidex:multidex:' + androidxMultidexVersion
|
||||||
implementation 'com.google.android.material:material:' + androidxMaterialVersion
|
implementation 'com.google.android.material:material:' + androidxMaterialVersion
|
||||||
implementation project(modulePrefix + ':lib-exoplayer')
|
implementation project(modulePrefix + 'lib-exoplayer')
|
||||||
implementation project(modulePrefix + ':lib-exoplayer-dash')
|
implementation project(modulePrefix + 'lib-exoplayer-dash')
|
||||||
implementation project(modulePrefix + ':lib-exoplayer-hls')
|
implementation project(modulePrefix + 'lib-exoplayer-hls')
|
||||||
implementation project(modulePrefix + ':lib-ui')
|
implementation project(modulePrefix + 'lib-ui')
|
||||||
implementation project(modulePrefix + ':lib-session')
|
implementation project(modulePrefix + 'lib-session')
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue