mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-05 03:55:58 +01:00
Update index
This commit is contained in:
parent
2ec62a9567
commit
23296eb293
1 changed files with 5 additions and 2 deletions
7
index.md
7
index.md
|
@ -9,6 +9,9 @@ PGPainless was created [during a Google Summer of Code project](https://vanitasv
|
|||
|
||||
One main focus of the project is ease of use. Using Bouncycastle can be a hassle, since simple tasks require a substantial amount of boilerplate code and small mistakes are easily made. PGPainless aims at providing a simple interface to get the job done quickly, while not trading away functionality.
|
||||
|
||||
For examples about how to use the API, see the projects
|
||||
[readme](https://github.com/pgpainless/pgpainless/blob/master/README.md).
|
||||
|
||||
### Android Support
|
||||
PGPainless is designed to work on Android versions down to [API level 9](https://developer.android.com/about/versions/android-2.3) (Gingerbread). This makes PGPainless a good choice for implementing OpenPGP encryption in your Android app.
|
||||
|
||||
|
@ -22,7 +25,7 @@ Maven:
|
|||
<dependency>
|
||||
<groupId>org.pgpainless</groupId>
|
||||
<artifactId>pgpainless-core</artifactId>
|
||||
<version>0.0.1-alpha2</version>
|
||||
<version>0.0.1-alpha3</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
@ -33,7 +36,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile 'org.pgpainless:pgpainless-core:0.0.1-alpha2'
|
||||
compile 'org.pgpainless:pgpainless-core:0.0.1-alpha3'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue