Skip to content

Commit

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

#minor-release

PiperOrigin-RevId: 574425269
  • Loading branch information
christosts authored and Copybara-Service committed Oct 18, 2023
1 parent eafe2e3 commit ff4ff76
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libraries/decoder_midi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ android {
namespace 'androidx.media3.decoder.midi'

sourceSets.test.assets.srcDir '../test_data/src/test/assets/'

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

dependencies {
Expand Down

0 comments on commit ff4ff76

Please sign in to comment.