Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lambdapioneer/argon2kt
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdapioneer committed Dec 13, 2019
2 parents 9a49cf9 + 7e8021b commit 184b96a
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,24 @@ When contributing, please follow the following (common-sense) steps:
- If you are after a 1-5 line fix, you might ignore this.
- In the pull-request explain the high-level goal and your approach. That provides valuable context.
- Convince others (and yourself) that the change is safe and sound.
- Run `./gradlew connectedAndroidTest` and manually test the APK in release configuration using `./gradlew installDebug`.
- Run `./gradlew connectedAndroidTest` and manually test the APK in release configuration using `./gradlew installRelease`.


## Sample app 📱

The repository comes with a sample app that you can install both in debug and release configuration. Just run `./gradlew installDebug` or `./gradlew installRelease` respectively.

<img src="app/device_screenshot.png" width=353 height=640 align=center>

## Reference/BibText 📚

If you want to reference Argon2Kt in documentation or articles, feel free to use this suggested BibTex snippet:

```
@misc{hugenroth2019argon2kt,
author={{Daniel Hugenroth}},
title={Argon2Kt},
year={2019},
url={https://github.com/lambdapioneer/argon2kt},
}
```

0 comments on commit 184b96a

Please sign in to comment.