mirror of
https://codeberg.org/PGPainless/wkd-java.git
synced 2024-11-13 03:22:05 +01:00
13 lines
258 B
Groovy
13 lines
258 B
Groovy
|
// SPDX-FileCopyrightText: 2021 Paul Schaub <info@pgpainless.org>
|
||
|
//
|
||
|
// SPDX-License-Identifier: CC0-1.0
|
||
|
|
||
|
allprojects {
|
||
|
ext {
|
||
|
shortVersion = '0.1'
|
||
|
isSnapshot = true
|
||
|
minAndroidSdk = 10
|
||
|
javaSourceCompatibility = 1.8
|
||
|
}
|
||
|
}
|