mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-01-09 19:57:57 +01:00
PGPainless 0.2.14
This commit is contained in:
parent
88dba3a764
commit
efad692446
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -163,7 +163,7 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'org.pgpainless:pgpainless-core:0.2.13'
|
implementation 'org.pgpainless:pgpainless-core:0.2.14'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue