Compare commits

..

No commits in common. "main" and "0.2.2" have entirely different histories.
main ... 0.2.2

2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -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