mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix MIDI decoder build.gradle
Issue: androidx/media#734
#minor-release
PiperOrigin-RevId: 574425269
(cherry picked from commit ff4ff76990)
This commit is contained in:
parent
9ace4855e0
commit
5a4adc9b25
1 changed files with 6 additions and 0 deletions
|
|
@ -17,6 +17,12 @@ android {
|
||||||
namespace 'androidx.media3.decoder.midi'
|
namespace 'androidx.media3.decoder.midi'
|
||||||
|
|
||||||
sourceSets.test.assets.srcDir '../test_data/src/test/assets/'
|
sourceSets.test.assets.srcDir '../test_data/src/test/assets/'
|
||||||
|
|
||||||
|
publishing {
|
||||||
|
singleVariant('release') {
|
||||||
|
withSourcesJar()
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue