mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-18 02:12:06 +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
|
||||
|
||||
## 0.2.14-SNAPSHOT
|
||||
## 0.2.14
|
||||
- Export dependency on Bouncycastle's `bcprov-jdk15on`
|
||||
- Rework Key Generation API
|
||||
- Replace builder-chain structure with single `KeyRingBuilder` class
|
||||
|
|
|
@ -163,7 +163,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'org.pgpainless:pgpainless-core:0.2.13'
|
||||
implementation 'org.pgpainless:pgpainless-core:0.2.14'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
allprojects {
|
||||
ext {
|
||||
shortVersion = '0.2.14'
|
||||
isSnapshot = true
|
||||
isSnapshot = false
|
||||
pgpainlessMinAndroidSdk = 10
|
||||
javaSourceCompatibility = 1.8
|
||||
bouncyCastleVersion = '1.69'
|
||||
|
|
Loading…
Reference in a new issue