Skip to content

Commit 18ab3e7

Browse files
committed
add dependencies
1 parent fc196a5 commit 18ab3e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/build.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ library.categories=Utilities
108108
# like mentioning that it's a Library. This should start with a capitalized
109109
# letter, and end with a period.
110110

111-
library.sentence=A collection of utilities for solving this and that problem.
111+
library.sentence=Provides classes to match the functionality of scratch
112112

113113

114114
# Additional information suitable for the Processing website. The value of
@@ -147,7 +147,7 @@ library.prettyVersion=1.0.0
147147
# Only use maxRevision (or minRevision), when your Library is known to
148148
# break in a later (or earlier) release. Otherwise, use the default value 0.
149149

150-
compatible.minRevision=0
150+
compatible.minRevision=228
151151
compatible.maxRevision=0
152152

153153

@@ -161,7 +161,7 @@ tested.processingVersion=3.2.3
161161
# Additional information for the generated webpage.
162162

163163
library.copyright=(c) 2018
164-
library.dependencies=?
164+
library.dependencies=sound.jar
165165
library.keywords=?
166166

167167

0 commit comments

Comments
 (0)