Skip to content

Commit ff4ff76

Browse files
christostscopybara-github
authored andcommitted
Fix MIDI decoder build.gradle
Issue: #734 #minor-release PiperOrigin-RevId: 574425269
1 parent eafe2e3 commit ff4ff76

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

libraries/decoder_midi/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ android {
1717
namespace 'androidx.media3.decoder.midi'
1818

1919
sourceSets.test.assets.srcDir '../test_data/src/test/assets/'
20+
21+
publishing {
22+
singleVariant('release') {
23+
withSourcesJar()
24+
}
25+
}
2026
}
2127

2228
dependencies {

0 commit comments

Comments
 (0)