mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-25 16:42: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
|
||||
|
||||
## 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`
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue