Fix session demo gradle build when used with a prefix
#minor-release PiperOrigin-RevId: 425613253
This commit is contained in:
parent
279b4fc5dd
commit
c5b7e7b258
@ -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')
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user