mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-22 23:22:05 +01:00
SOP-Java 6.1.0
This commit is contained in:
parent
ab8f44138d
commit
b8ad6d77a2
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 6.1.0-SNAPSHOT
|
## 6.1.0
|
||||||
- `listProfiles()`: Add shortcut methods `generateKey()` and `encrypt()`
|
- `listProfiles()`: Add shortcut methods `generateKey()` and `encrypt()`
|
||||||
- Add DSL for testing `Verification` results
|
- Add DSL for testing `Verification` results
|
||||||
- `Verification`
|
- `Verification`
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
ext {
|
ext {
|
||||||
shortVersion = '6.0.1'
|
shortVersion = '6.1.0'
|
||||||
isSnapshot = true
|
isSnapshot = false
|
||||||
minAndroidSdk = 10
|
minAndroidSdk = 10
|
||||||
javaSourceCompatibility = 1.8
|
javaSourceCompatibility = 1.8
|
||||||
gsonVersion = '2.10.1'
|
gsonVersion = '2.10.1'
|
||||||
|
|
Loading…
Reference in a new issue