PGPainless 0.2.14

This commit is contained in:
Paul Schaub 2021-09-27 17:17:53 +02:00
parent 88dba3a764
commit efad692446
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# PGPainless Changelog # PGPainless Changelog
## 0.2.14-SNAPSHOT ## 0.2.14
- Export dependency on Bouncycastle's `bcprov-jdk15on` - Export dependency on Bouncycastle's `bcprov-jdk15on`
- Rework Key Generation API - Rework Key Generation API
- Replace builder-chain structure with single `KeyRingBuilder` class - Replace builder-chain structure with single `KeyRingBuilder` class

View File

@ -163,7 +163,7 @@ repositories {
} }
dependencies { dependencies {
implementation 'org.pgpainless:pgpainless-core:0.2.13' implementation 'org.pgpainless:pgpainless-core:0.2.14'
} }
``` ```

View File

@ -1,7 +1,7 @@
allprojects { allprojects {
ext { ext {
shortVersion = '0.2.14' shortVersion = '0.2.14'
isSnapshot = true isSnapshot = false
pgpainlessMinAndroidSdk = 10 pgpainlessMinAndroidSdk = 10
javaSourceCompatibility = 1.8 javaSourceCompatibility = 1.8
bouncyCastleVersion = '1.69' bouncyCastleVersion = '1.69'