mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-03-14 10:33:29 +01:00
PGPainless 1.1.1
This commit is contained in:
parent
a681a27bb7
commit
69c0a1bfa4
4 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@ SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
# PGPainless Changelog
|
# PGPainless Changelog
|
||||||
|
|
||||||
## 1.1.1-SNAPSHOT
|
## 1.1.1
|
||||||
- Add `producerOptions.setComment(string)` to allow adding ASCII armor comments when creating OpenPGP messages (thanks @ferenc-hechler)
|
- Add `producerOptions.setComment(string)` to allow adding ASCII armor comments when creating OpenPGP messages (thanks @ferenc-hechler)
|
||||||
- Simplify consumption of cleartext-signed data
|
- Simplify consumption of cleartext-signed data
|
||||||
- Change default criticality of signature subpackets
|
- Change default criticality of signature subpackets
|
||||||
|
|
|
@ -186,7 +186,7 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'org.pgpainless:pgpainless-core:1.1.0'
|
implementation 'org.pgpainless:pgpainless-core:1.1.1'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ To start using pgpainless-sop in your code, include the following lines in your
|
||||||
...
|
...
|
||||||
dependencies {
|
dependencies {
|
||||||
...
|
...
|
||||||
implementation "org.pgpainless:pgpainless-sop:1.0.2"
|
implementation "org.pgpainless:pgpainless-sop:1.1.1"
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
allprojects {
|
allprojects {
|
||||||
ext {
|
ext {
|
||||||
shortVersion = '1.1.1'
|
shortVersion = '1.1.1'
|
||||||
isSnapshot = true
|
isSnapshot = false
|
||||||
pgpainlessMinAndroidSdk = 10
|
pgpainlessMinAndroidSdk = 10
|
||||||
javaSourceCompatibility = 1.8
|
javaSourceCompatibility = 1.8
|
||||||
bouncyCastleVersion = '1.70'
|
bouncyCastleVersion = '1.70'
|
||||||
|
|
Loading…
Add table
Reference in a new issue