VKS-Java 0.1.2

This commit is contained in:
Paul Schaub 2022-04-29 16:40:59 +02:00
parent 6074feff9b
commit 327d216648
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ SPDX-License-Identifier: Apache-2.0
# Changelog # Changelog
## 0.1.2-SNAPSHOT ## 0.1.2
- Bump `slf4j` to `1.7.36` - Bump `slf4j` to `1.7.36`
- Bump `logback` to `1.2.11` - Bump `logback` to `1.2.11`
- Bump `lombok` to `1.18.24` - Bump `lombok` to `1.18.24`

View File

@ -5,7 +5,7 @@
allprojects { allprojects {
ext { ext {
shortVersion = '0.1.2' shortVersion = '0.1.2'
isSnapshot = true isSnapshot = false
minAndroidSdk = 10 minAndroidSdk = 10
javaSourceCompatibility = 1.8 javaSourceCompatibility = 1.8
bouncycastleVersion = '1.71' bouncycastleVersion = '1.71'