Skip to content

Commit bdb59a9

Browse files
committed
Update JavaMP3 decoding dependency and bump version to 2.0.2
Fixes #11, refs processing/processing#5671
1 parent ce999cb commit bdb59a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<target name="deps" depends="checkandroid,android-deps" description="Get library dependencies">
3535
<mkdir dir="library" />
3636
<get src="http://www.softsynth.com/jsyn/developers/archives/jsyn-20171016.jar" dest="library/" usetimestamp="true" />
37-
<get src="https://github.com/kevinstadler/JavaMP3/releases/download/v1.0.2/javamp3-1.0.2.jar" dest="library/" usetimestamp="true" />
37+
<get src="https://github.com/kevinstadler/JavaMP3/releases/download/v1.0.3/javamp3-1.0.3.jar" dest="library/" usetimestamp="true" />
3838
</target>
3939

4040
<target name="compile" depends="deps" description="Compile sources">

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ authors=The Processing Foundation
44
url=https://processing.org/reference/libraries/sound/index.html
55
sentence=Provides a simple way to work with audio.
66
paragraph=
7-
version=10
8-
prettyVersion=2.0.1
7+
version=11
8+
prettyVersion=2.0.2
99
lastUpdated=0
1010
minRevision=228
1111
maxRevision=0

0 commit comments

Comments
 (0)