mirror of
https://codeberg.org/PGPainless/wkd-java.git
synced 2024-11-23 07:42:06 +01:00
WKD-Java 0.1.2
This commit is contained in:
parent
81d0c73adc
commit
2a21833b19
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ SPDX-License-Identifier: Apache-2.0
|
|||
|
||||
# Changelog
|
||||
|
||||
## 0.1.2-SNAPSHOT
|
||||
## 0.1.2
|
||||
- Bump `pgpainless-core` to `1.5.6`
|
||||
- Bump `cert-d-pgpainless` to `0.2.2`
|
||||
- Bump `cert-d-java` to `0.2.2`
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
allprojects {
|
||||
ext {
|
||||
shortVersion = '0.1.2'
|
||||
isSnapshot = true
|
||||
isSnapshot = false
|
||||
minAndroidSdk = 10
|
||||
javaSourceCompatibility = 1.8
|
||||
jacksonDataBindVersion = '2.15.2'
|
||||
|
|
Loading…
Reference in a new issue