Fix MIDI decoder build.gradle
Issue: androidx/media#734 #minor-release PiperOrigin-RevId: 574425269
This commit is contained in:
parent
eafe2e35f0
commit
ff4ff76990
@ -17,6 +17,12 @@ android {
|
||||
namespace 'androidx.media3.decoder.midi'
|
||||
|
||||
sourceSets.test.assets.srcDir '../test_data/src/test/assets/'
|
||||
|
||||
publishing {
|
||||
singleVariant('release') {
|
||||
withSourcesJar()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
Loading…
x
Reference in New Issue
Block a user