mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-25 22:02:05 +01:00
PGPainless 1.0.1
This commit is contained in:
parent
b58bdf8ff1
commit
d264982388
3 changed files with 5 additions and 2 deletions
|
@ -5,6 +5,9 @@ SPDX-License-Identifier: CC0-1.0
|
|||
|
||||
# PGPainless Changelog
|
||||
|
||||
## 1.0.1
|
||||
- Fix sourcing of preferred algorithms by primary user-id when key is located via key-id
|
||||
|
||||
## 1.0.0
|
||||
- Introduce `DateUtil.toSecondsPrecision()`
|
||||
- Clean JUnit tests, fix code style issues and fix typos in documentation
|
||||
|
|
|
@ -178,7 +178,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'org.pgpainless:pgpainless-core:1.0.0'
|
||||
implementation 'org.pgpainless:pgpainless-core:1.0.1'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
allprojects {
|
||||
ext {
|
||||
shortVersion = '1.0.1'
|
||||
isSnapshot = true
|
||||
isSnapshot = false
|
||||
pgpainlessMinAndroidSdk = 10
|
||||
javaSourceCompatibility = 1.8
|
||||
bouncyCastleVersion = '1.70'
|
||||
|
|
Loading…
Reference in a new issue