mirror of
https://codeberg.org/PGPainless/vks-java.git
synced 2025-09-09 19:29:41 +02:00
Compare commits
No commits in common. "ec59e717fcffe8d160b5426a16e9da98ae1bb818" and "e37921b4d445938f6e0faf7a094a6425f6af1dae" have entirely different histories.
ec59e717fc
...
e37921b4d4
2 changed files with 1 additions and 5 deletions
|
@ -6,10 +6,6 @@ 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.72'
|
||||
bouncycastleVersion = '1.71'
|
||||
junitVersion = '5.8.2'
|
||||
jsrVersion = '3.0.2'
|
||||
slf4jVersion = '1.7.36'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue