mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-10-31 17:45:58 +01:00
13 lines
307 B
Groovy
13 lines
307 B
Groovy
// SPDX-FileCopyrightText: 2021 Paul Schaub <info@pgpainless.org>
|
|
//
|
|
// SPDX-License-Identifier: CC0-1.0
|
|
|
|
allprojects {
|
|
ext {
|
|
shortVersion = '1.1.3'
|
|
isSnapshot = true
|
|
pgpainlessMinAndroidSdk = 10
|
|
javaSourceCompatibility = 1.8
|
|
bouncyCastleVersion = '1.70'
|
|
}
|
|
}
|