mirror of
https://codeberg.org/PGPainless/vks-java.git
synced 2025-09-08 10:49:39 +02:00
Compare commits
2 commits
e37921b4d4
...
ec59e717fc
Author | SHA1 | Date | |
---|---|---|---|
ec59e717fc | |||
1d65b4b3c2 |
2 changed files with 5 additions and 1 deletions
|
@ -6,6 +6,10 @@ SPDX-License-Identifier: Apache-2.0
|
|||
|
||||
# Changelog
|
||||
|
||||
## 0.1.3-SNAPSHOT
|
||||
- Bump `bc-util` to `1.72`
|
||||
- Add support for resource bundles for i18n
|
||||
|
||||
## 0.1.2
|
||||
- Bump `slf4j` to `1.7.36`
|
||||
- Bump `logback` to `1.2.11`
|
||||
|
|
|
@ -8,7 +8,7 @@ allprojects {
|
|||
isSnapshot = true
|
||||
minAndroidSdk = 10
|
||||
javaSourceCompatibility = 1.8
|
||||
bouncycastleVersion = '1.71'
|
||||
bouncycastleVersion = '1.72'
|
||||
junitVersion = '5.8.2'
|
||||
jsrVersion = '3.0.2'
|
||||
slf4jVersion = '1.7.36'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue