Compare commits

..

No commits in common. "ec59e717fcffe8d160b5426a16e9da98ae1bb818" and "e37921b4d445938f6e0faf7a094a6425f6af1dae" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View file

@ -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`

View file

@ -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'