Fix MIDI decoder build.gradle

Issue: androidx/media#734

#minor-release

PiperOrigin-RevId: 574425269
(cherry picked from commit ff4ff76990b52718f8c1e4acd9075c5c06ebee0e)
This commit is contained in:
christosts 2023-10-18 03:40:21 -07:00 committed by Rohit Singh
parent 9ace4855e0
commit 5a4adc9b25

View File

@ -17,6 +17,12 @@ android {
namespace 'androidx.media3.decoder.midi'
sourceSets.test.assets.srcDir '../test_data/src/test/assets/'
publishing {
singleVariant('release') {
withSourcesJar()
}
}
}
dependencies {