Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Add instructions to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoconti83 committed Aug 7, 2019
1 parent 9bbfed2 commit 32774ca
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ Run `./docker-build.sh` to start the build. It will download Android SDK and NDK

Once the script is completed, you will find the result of the compilation copied to the `output/` folder.

### Publishing

In order to publish the binary to Bintray, you need to install the JFrog CLI (`jfrog-cli-go`) tool.

- Create a version using `jfrog` CLI
- Upload files to that version using the `jfrog` CLI. E.g:
```
/usr/local/bin/jfrog bt u "cryptobox-android-1.1.1.*" \
"wire-android/releases/cryptobox-android/1.1.1" \
"com/wire/cryptobox-android/1.1.1/"
```

## Sample Application

This project has a simple Android sample application that can be installed
Expand Down

0 comments on commit 32774ca

Please sign in to comment.