Compare commits

...

2 Commits
0.2.2 ... main

Author SHA1 Message Date
Paul Schaub e4128a002a
Update changelog 2023-07-07 12:05:07 +02:00
Paul Schaub 9d20355a58
Cert-D-Java 0.2.3-SNAPSHOT 2023-07-07 12:04:56 +02:00
2 changed files with 3 additions and 2 deletions

View File

@ -7,6 +7,7 @@ SPDX-License-Identifier: CC0-1.0
## 0.2.2
- Bump Bouncy Castle to `1.75`
- Bump `sqlite-jdbc` to `3.42.0.0`
## 0.2.1
- Throw `NoSuchElementException` when querying non-existent certificates

View File

@ -4,8 +4,8 @@
allprojects {
ext {
shortVersion = '0.2.2'
isSnapshot = false
shortVersion = '0.2.3'
isSnapshot = true
minAndroidSdk = 26
animalsnifferSignatureVersion = "$minAndroidSdk:8.0.0_r2"
javaSourceCompatibility = 1.8