mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-12-23 11:27:57 +01:00
Fix readme by bumping Android API level
This commit is contained in:
parent
567291ac17
commit
3ebc4e31c1
1 changed files with 1 additions and 1 deletions
|
@ -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!
|
||||
|
||||
|
|
Loading…
Reference in a new issue