Fix readme by bumping Android API level

This commit is contained in:
Paul Schaub 2021-02-03 16:42:06 +01:00
parent 567291ac17
commit 3ebc4e31c1
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -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!