File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
<target name =" deps" depends =" checkandroid,android-deps" description =" Get library dependencies" >
35
35
<mkdir dir =" library" />
36
36
<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" />
38
38
</target >
39
39
40
40
<target name =" compile" depends =" deps" description =" Compile sources" >
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ authors=The Processing Foundation
4
4
url =https://processing.org/reference/libraries/sound/index.html
5
5
sentence =Provides a simple way to work with audio.
6
6
paragraph =
7
- version =10
8
- prettyVersion =2.0.1
7
+ version =11
8
+ prettyVersion =2.0.2
9
9
lastUpdated =0
10
10
minRevision =228
11
11
maxRevision =0
You can’t perform that action at this time.
0 commit comments