mirror of
https://codeberg.org/PGPainless/cert-d-java.git
synced 2025-02-16 17:06:27 +01:00
Cert-D-Java 0.2.0
This commit is contained in:
parent
682b3d58fa
commit
65a283c80b
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
# Cert-D-Java Changelog
|
# Cert-D-Java Changelog
|
||||||
|
|
||||||
## 0.1.2-SNAPSHOT
|
## 0.2.0
|
||||||
- `pgp-certificate-store`:
|
- `pgp-certificate-store`:
|
||||||
- Rework `Certificate`, `Key` to inherit from `KeyMaterial`
|
- Rework `Certificate`, `Key` to inherit from `KeyMaterial`
|
||||||
- Rename `CertificateReaderBackend` to `KeyMaterialReaderBackend`
|
- Rename `CertificateReaderBackend` to `KeyMaterialReaderBackend`
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
ext {
|
ext {
|
||||||
shortVersion = '0.1.2'
|
shortVersion = '0.2.0'
|
||||||
isSnapshot = true
|
isSnapshot = false
|
||||||
minAndroidSdk = 26
|
minAndroidSdk = 26
|
||||||
animalsnifferSignatureVersion = "$minAndroidSdk:8.0.0_r2"
|
animalsnifferSignatureVersion = "$minAndroidSdk:8.0.0_r2"
|
||||||
javaSourceCompatibility = 1.8
|
javaSourceCompatibility = 1.8
|
||||||
|
|
Loading…
Reference in a new issue