From 3ebc4e31c1ceb4b335b7dddd6a8ab76e4d43cc51 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Wed, 3 Feb 2021 16:42:06 +0100 Subject: [PATCH] Fix readme by bumping Android API level --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!