2022-03-01 16:29:10 +01:00
|
|
|
// SPDX-FileCopyrightText: 2022 Paul Schaub <info@pgpainless.org>
|
2022-03-01 15:53:24 +01:00
|
|
|
//
|
|
|
|
// SPDX-License-Identifier: CC0-1.0
|
|
|
|
|
|
|
|
allprojects {
|
|
|
|
ext {
|
2022-11-11 14:49:58 +01:00
|
|
|
shortVersion = '0.2.2'
|
|
|
|
isSnapshot = true
|
2022-03-01 15:53:24 +01:00
|
|
|
minAndroidSdk = 10
|
|
|
|
javaSourceCompatibility = 1.8
|
2022-04-26 00:43:30 +02:00
|
|
|
slf4jVersion = '1.7.36'
|
2022-04-26 00:43:54 +02:00
|
|
|
logbackVersion = '1.2.11'
|
2022-04-07 21:38:07 +02:00
|
|
|
junitVersion = '5.8.2'
|
2022-04-26 00:44:45 +02:00
|
|
|
mockitoVersion = '4.5.1'
|
2022-11-11 14:33:17 +01:00
|
|
|
pgpainlessVersion = '1.3.12'
|
2022-08-27 13:38:32 +02:00
|
|
|
pgpCertDJavaVersion = '0.2.1'
|
2022-04-26 00:48:30 +02:00
|
|
|
picocliVersion = '4.6.3'
|
2022-03-01 15:53:24 +01:00
|
|
|
}
|
|
|
|
}
|