mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-22 20:32:05 +01:00
PGPainless 0.2.19
This commit is contained in:
parent
a9a61bc799
commit
d96b43220a
3 changed files with 7 additions and 2 deletions
|
@ -5,6 +5,11 @@ SPDX-License-Identifier: CC0-1.0
|
|||
|
||||
# PGPainless Changelog
|
||||
|
||||
## 0.2.19
|
||||
- Some preparations for OpenPGP V5 keys: `OpenPgpV4Fingerprint` is now an implementation of `OpenPgpFingerprint`
|
||||
- `SignatureVerification` and `Failure` now have `toString()` implementations
|
||||
- Logging: `logback-classic` is now an optional runtime dependency
|
||||
|
||||
## 0.2.18
|
||||
- Fix compatibility with PGPainless < 0.2.10
|
||||
- Fix interoperability with Kleopatra
|
||||
|
|
|
@ -170,7 +170,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'org.pgpainless:pgpainless-core:0.2.18'
|
||||
implementation 'org.pgpainless:pgpainless-core:0.2.19'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
allprojects {
|
||||
ext {
|
||||
shortVersion = '0.2.19'
|
||||
isSnapshot = true
|
||||
isSnapshot = false
|
||||
pgpainlessMinAndroidSdk = 10
|
||||
javaSourceCompatibility = 1.8
|
||||
bouncyCastleVersion = '1.69'
|
||||
|
|
Loading…
Reference in a new issue