-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include signing info in README.md (#416)
- Loading branch information
1 parent
76c6520
commit 3ca0ab6
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,6 +88,14 @@ exclusively compatible with specific versions of Poko. | |
Snapshots of the development version are available in [Sonatype's Snapshots | ||
repository](https://oss.sonatype.org/#view-repositories;snapshots~browsestorage). | ||
|
||
Releases are signed with [this key](https://keyserver.ubuntu.com/pks/lookup?search=09939C73246B4BA7444CAA453D002DBC5EA9615F&fingerprint=on&op=index). | ||
``` | ||
pub rsa4096 2020-02-02 | ||
09939C73246B4BA7444CAA453D002DBC5EA9615F | ||
uid Drew Hamilton <[email protected]> | ||
sig 3D002DBC5EA9615F 2020-02-02 | ||
``` | ||
|
||
To use Poko, apply the Gradle plugin in your project: | ||
```kotlin | ||
// Root project: | ||
|