From 76ce94e1abba20232a09c8bdc497ced497b344a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Tue, 5 May 2015 21:46:01 +0200 Subject: Restructure for jcenter publish --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index aefc9ed..bac38c2 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,21 @@ The OpenPGP API provides methods to execute OpenPGP operations, such as sign, en For usage instructions, please consult our Wiki page about the [OpenPGP API](https://github.com/open-keychain/open-keychain/wiki/OpenPGP-API). +## How to import + +Add this to your build.gradle: + +``` +repositories { + jcenter() +} + +dependencies { + compile 'org.sufficientlysecure:openpgp-api:7.0' +} +``` + + License ======= -- cgit v1.2.3