From 42cd9efadf29be035fa829a5e2012927de2b51f1 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Wed, 27 Jun 2018 16:08:58 +0200 Subject: [PATCH] Add hint about Android API level --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index acfb4b88..e67b30ff 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ PGPainless aims to make using OpenPGP in Java projects as simple as possible. It does so by introducing an intuitive Builder structure, which allows easy setup of encryption / decrytion operations, as well as straight forward key generation. -PGPainless is based around the Bouncycastle java library. +PGPainless is based around the Bouncycastle java library and can be used on Android down to API level 9. ### NOTE: PGPainless is in a *very* early state of development and should under no circumstances be used for serious production usage yet. @@ -113,4 +113,4 @@ Originally I was going to use [Bouncy-GPG](https://github.com/neuhalje/bouncy-gp but ultimately I decided to create my own OpenPGP library which better fits my needs. However, PGPainless is heavily influenced by Bouncy-GPG and I would definitely recommend you to -use it instead of PGPainless if you want a more mature, better tested code base. \ No newline at end of file +use it instead of PGPainless if you want a more mature, better tested code base.