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
This commit is contained in:
parent
eafe2e35f0
commit
ff4ff76990
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