mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Fix MIDI decoder build.gradle
Issue: androidx/media#734 #minor-release PiperOrigin-RevId: 574425269 (cherry picked from commit ff4ff76990b52718f8c1e4acd9075c5c06ebee0e)
This commit is contained in:
parent
9ace4855e0
commit
5a4adc9b25
@ -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…
x
Reference in New Issue
Block a user