mirror of
https://codeberg.org/PGPainless/vks-java.git
synced 2024-11-21 23:22:04 +01:00
VKS-Java 0.1.2
This commit is contained in:
parent
6074feff9b
commit
327d216648
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ SPDX-License-Identifier: Apache-2.0
|
|||
|
||||
# Changelog
|
||||
|
||||
## 0.1.2-SNAPSHOT
|
||||
## 0.1.2
|
||||
- Bump `slf4j` to `1.7.36`
|
||||
- Bump `logback` to `1.2.11`
|
||||
- Bump `lombok` to `1.18.24`
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
allprojects {
|
||||
ext {
|
||||
shortVersion = '0.1.2'
|
||||
isSnapshot = true
|
||||
isSnapshot = false
|
||||
minAndroidSdk = 10
|
||||
javaSourceCompatibility = 1.8
|
||||
bouncycastleVersion = '1.71'
|
||||
|
|
Loading…
Reference in a new issue