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

View file

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