SOP-Java 4.1.0

This commit is contained in:
Paul Schaub 2023-01-13 19:06:19 +01:00
parent b42d0e89a1
commit 78b5eea630
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ SPDX-License-Identifier: Apache-2.0
# Changelog
## 4.0.8-SNAPSHOT
## 4.1.0
- Add module `external-sop`
- 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`

View File

@ -4,8 +4,8 @@
allprojects {
ext {
shortVersion = '4.0.8'
isSnapshot = true
shortVersion = '4.1.0'
isSnapshot = false
minAndroidSdk = 10
javaSourceCompatibility = 1.8
jsrVersion = '3.0.2'