diff --git a/README.md b/README.md index 78685eb9..c0423c5c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,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 and can be used on Android down to API level 9. +PGPainless is based around the Bouncycastle java library and can be used on Android down to API level 10. ### NOTE: PGPainless is in an early state of development. There may be dragons!