VKS-Java 0.1.3

This commit is contained in:
Paul Schaub 2023-07-07 12:47:27 +02:00
parent 23cc79aaa8
commit 32a2909c53
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
## 0.1.3-SNAPSHOT
## 0.1.3
- Bump `bc-util` to `1.75`
- Bump `jackson-databind` to `2.15.2`
- Add support for resource bundles for i18n

View File

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