You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,10 @@ If you are the author of a cn1lib and want it to be listed here go thru the foll
19
19
- Star and fork this project
20
20
- In your fork drag the cn1lib file into the [cn1libs directory](https://github.com/codenameone/CodenameOneLibs)
21
21
- In the [CN1Libs.xml file](https://github.com/codenameone/CodenameOneLibs/blob/master/CN1Libs.xml) click the edit button and add an entry for your lib
22
+
- Commit your changes and press the Pull Request button in your fork, follow the process to submit that pull request to us
22
23
23
24
A few things to keep in mind when adding an entry:
24
25
25
-
- Version is an integer value to help us identify that the library has changed. Integers are more useful in that sense.
26
+
- Version is an integer value to help us identify that the library has changed. If you just want to submit an update then just follow the same steps and replace the version number.
26
27
- The name is case sensitive and uniquely identifies your library. Don't change the case and make sure the name is correct
0 commit comments