mirror of
https://codeberg.org/PGPainless/cert-d-java.git
synced 2025-09-09 03:09:39 +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
|
## 0.2.2
|
||||||
- Bump Bouncy Castle to `1.75`
|
- Bump Bouncy Castle to `1.75`
|
||||||
- Bump `sqlite-jdbc` to `3.42.0.0`
|
|
||||||
|
|
||||||
## 0.2.1
|
## 0.2.1
|
||||||
- Throw `NoSuchElementException` when querying non-existent certificates
|
- Throw `NoSuchElementException` when querying non-existent certificates
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
ext {
|
ext {
|
||||||
shortVersion = '0.2.3'
|
shortVersion = '0.2.2'
|
||||||
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…
Add table
Add a link
Reference in a new issue