mirror of
https://codeberg.org/PGPainless/cert-d-java.git
synced 2025-09-08 18:59:40 +02:00
Compare commits
No commits in common. "main" and "0.2.2" have entirely different histories.
2 changed files with 2 additions and 3 deletions
|
@ -7,7 +7,6 @@ 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
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
allprojects {
|
||||
ext {
|
||||
shortVersion = '0.2.3'
|
||||
isSnapshot = true
|
||||
shortVersion = '0.2.2'
|
||||
isSnapshot = false
|
||||
minAndroidSdk = 26
|
||||
animalsnifferSignatureVersion = "$minAndroidSdk:8.0.0_r2"
|
||||
javaSourceCompatibility = 1.8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue