mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-17 13:12:04 +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
|
||||
|
||||
## 4.0.7-SNAPSHOT
|
||||
## 4.0.7
|
||||
- Make i18n string for `--stacktrace` option translatable
|
||||
- Make manpages generation reproducible
|
||||
- `dearmor`: Transform `IOException` into `BadData`
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
allprojects {
|
||||
ext {
|
||||
shortVersion = '4.0.7'
|
||||
isSnapshot = false
|
||||
shortVersion = '4.0.8'
|
||||
isSnapshot = true
|
||||
minAndroidSdk = 10
|
||||
javaSourceCompatibility = 1.8
|
||||
junitVersion = '5.8.2'
|
||||
|
|
Loading…
Reference in a new issue