Skip to content

Commit

Permalink
Fix MIDI decoder build.gradle
Browse files Browse the repository at this point in the history
Issue: androidx/media#734

#minor-release

PiperOrigin-RevId: 574425269
  • Loading branch information
christosts authored and Copybara-Service committed Oct 18, 2023
1 parent 74aa490 commit 9487776
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions extensions/midi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@

android {
namespace 'com.google.android.exoplayer2.ext.midi'

publishing {
singleVariant('release') {
withSourcesJar()
}
}
}

dependencies {
Expand Down

0 comments on commit 9487776

Please sign in to comment.