Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1126,6 +1126,15 @@ <h4>APK signing</h4>
--in application.apk
</pre>

<h3 id="development">Development</h3>

If you'd like to build and run jsign from source, please follow the below instructions:

<pre>
mvn clean package -DskipTests
java -jar jsign/target/jsign-7.3-SNAPSHOT.jar --help
</pre>

<h3 id="credits">Credits</h3>

<p>Jsign leverages the cryptography API developed by the <a href="http://www.bouncycastle.org">Bouncy Castle</a> project.<br>
Expand Down
Loading