mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-12-22 21:07:57 +01:00
SOP-Java 4.0.8-SNAPSHOT
This commit is contained in:
parent
55f196b241
commit
ae128d2cbb
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 4.0.7-SNAPSHOT
|
## 4.0.7
|
||||||
- Make i18n string for `--stacktrace` option translatable
|
- Make i18n string for `--stacktrace` option translatable
|
||||||
- Make manpages generation reproducible
|
- Make manpages generation reproducible
|
||||||
- `dearmor`: Transform `IOException` into `BadData`
|
- `dearmor`: Transform `IOException` into `BadData`
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
ext {
|
ext {
|
||||||
shortVersion = '4.0.7'
|
shortVersion = '4.0.8'
|
||||||
isSnapshot = false
|
isSnapshot = true
|
||||||
minAndroidSdk = 10
|
minAndroidSdk = 10
|
||||||
javaSourceCompatibility = 1.8
|
javaSourceCompatibility = 1.8
|
||||||
junitVersion = '5.8.2'
|
junitVersion = '5.8.2'
|
||||||
|
|
Loading…
Reference in a new issue