mirror of
https://codeberg.org/PGPainless/vks-java.git
synced 2024-11-23 16:02:06 +01:00
VKS-Java 0.1.3
This commit is contained in:
parent
23cc79aaa8
commit
32a2909c53
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 0.1.3-SNAPSHOT
|
## 0.1.3
|
||||||
- Bump `bc-util` to `1.75`
|
- Bump `bc-util` to `1.75`
|
||||||
- Bump `jackson-databind` to `2.15.2`
|
- Bump `jackson-databind` to `2.15.2`
|
||||||
- Add support for resource bundles for i18n
|
- Add support for resource bundles for i18n
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
allprojects {
|
allprojects {
|
||||||
ext {
|
ext {
|
||||||
shortVersion = '0.1.3'
|
shortVersion = '0.1.3'
|
||||||
isSnapshot = true
|
isSnapshot = false
|
||||||
minAndroidSdk = 10
|
minAndroidSdk = 10
|
||||||
javaSourceCompatibility = 1.8
|
javaSourceCompatibility = 1.8
|
||||||
bouncycastleVersion = '1.75'
|
bouncycastleVersion = '1.75'
|
||||||
|
|
Loading…
Reference in a new issue