Skip to content

Commit

Permalink
fix(android): resolve a release issue with DefaultDashChunkSource (#4097
Browse files Browse the repository at this point in the history
)
  • Loading branch information
seyedmostafahasani authored Aug 17, 2024
1 parent 736594e commit 7e222e8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package androidx.media3.exoplayer.dash;

import androidx.media3.datasource.DataSource;

public class DefaultDashChunkSource {
public static final class Factory {
public Factory(DataSource.Factory mediaDataSourceFactory) {
}
}
}

This file was deleted.

0 comments on commit 7e222e8

Please sign in to comment.