PGPainless 1.0.1

This commit is contained in:
Paul Schaub 2022-01-15 01:02:59 +01:00
parent b58bdf8ff1
commit d264982388
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@ SPDX-License-Identifier: CC0-1.0
# PGPainless Changelog # PGPainless Changelog
## 1.0.1
- Fix sourcing of preferred algorithms by primary user-id when key is located via key-id
## 1.0.0 ## 1.0.0
- Introduce `DateUtil.toSecondsPrecision()` - Introduce `DateUtil.toSecondsPrecision()`
- Clean JUnit tests, fix code style issues and fix typos in documentation - Clean JUnit tests, fix code style issues and fix typos in documentation

View File

@ -178,7 +178,7 @@ repositories {
} }
dependencies { dependencies {
implementation 'org.pgpainless:pgpainless-core:1.0.0' implementation 'org.pgpainless:pgpainless-core:1.0.1'
} }
``` ```

View File

@ -5,7 +5,7 @@
allprojects { allprojects {
ext { ext {
shortVersion = '1.0.1' shortVersion = '1.0.1'
isSnapshot = true isSnapshot = false
pgpainlessMinAndroidSdk = 10 pgpainlessMinAndroidSdk = 10
javaSourceCompatibility = 1.8 javaSourceCompatibility = 1.8
bouncyCastleVersion = '1.70' bouncyCastleVersion = '1.70'