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 # 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`

View file

@ -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'