mirror of
https://codeberg.org/PGPainless/cert-d-java.git
synced 2024-12-22 21:57:58 +01:00
Cert-D-Java 0.2.1
This commit is contained in:
parent
b827739892
commit
08837f4999
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
# Cert-D-Java Changelog
|
# Cert-D-Java Changelog
|
||||||
|
|
||||||
## 0.2.1-SNAPSHOT
|
## 0.2.1
|
||||||
- Throw `NoSuchElementException` when querying non-existent certificates
|
- Throw `NoSuchElementException` when querying non-existent certificates
|
||||||
|
|
||||||
## 0.2.0
|
## 0.2.0
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
allprojects {
|
allprojects {
|
||||||
ext {
|
ext {
|
||||||
shortVersion = '0.2.1'
|
shortVersion = '0.2.1'
|
||||||
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