File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
src/main/java/com/fivegmag/a5gmscommonlibrary/eventbus Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ dependencies {
6262 implementation ' androidx.core:core-ktx:1.7.0'
6363 implementation ' androidx.appcompat:appcompat:1.6.1'
6464 implementation ' com.google.android.material:material:1.8.0'
65+ implementation " androidx.media3:media3-exoplayer:1.0.2"
6566 testImplementation ' junit:junit:4.13.2'
6667 androidTestImplementation ' androidx.test.ext:junit:1.1.5'
6768 androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1'
Original file line number Diff line number Diff line change 1+ package com.fivegmag.a5gmscommonlibrary.eventbus
2+ import androidx.media3.exoplayer.source.MediaLoadData
3+
4+ class DownstreamFormatChangedEvent (val mediaLoadData : MediaLoadData )
You can’t perform that action at this time.
0 commit comments