WKD-Java 0.1.0

This commit is contained in:
Paul Schaub 2022-04-05 16:16:02 +02:00
parent df85b4202d
commit d745716d6b
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
2 changed files with 12 additions and 2 deletions

10
CHANGELOG.md Normal file
View File

@ -0,0 +1,10 @@
<!--
SPDX-FileCopyrightText: 2022 Paul Schaub <vanitasvitae@fsfe.org>
SPDX-License-Identifier: Apache-2.0
-->
# Changelog
## 0.1.0
- Initial Release

View File

@ -4,8 +4,8 @@
allprojects {
ext {
shortVersion = '0.1'
isSnapshot = true
shortVersion = '0.1.0'
isSnapshot = false
minAndroidSdk = 10
javaSourceCompatibility = 1.8
}