mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-26 00:52:07 +01:00
SOP-Java 4.1.0
This commit is contained in:
parent
b42d0e89a1
commit
78b5eea630
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 4.0.8-SNAPSHOT
|
## 4.1.0
|
||||||
- Add module `external-sop`
|
- Add module `external-sop`
|
||||||
- This module implements the `sop-java` interfaces and allows the use of an external SOP binary
|
- This module implements the `sop-java` interfaces and allows the use of an external SOP binary
|
||||||
- `decrypt`: Rename `--not-before`, `--not-after` to `--verify-not-before`, `--verify-not-after`
|
- `decrypt`: Rename `--not-before`, `--not-after` to `--verify-not-before`, `--verify-not-after`
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
ext {
|
ext {
|
||||||
shortVersion = '4.0.8'
|
shortVersion = '4.1.0'
|
||||||
isSnapshot = true
|
isSnapshot = false
|
||||||
minAndroidSdk = 10
|
minAndroidSdk = 10
|
||||||
javaSourceCompatibility = 1.8
|
javaSourceCompatibility = 1.8
|
||||||
jsrVersion = '3.0.2'
|
jsrVersion = '3.0.2'
|
||||||
|
|
Loading…
Reference in a new issue