mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-15 00:42:06 +01:00
25cb1b8cc0
also introduce 'boucnyCastleVersion' in version.gradle.
10 lines
208 B
Groovy
10 lines
208 B
Groovy
|
|
allprojects {
|
|
ext {
|
|
shortVersion = '0.0.1-alpha7'
|
|
isSnapshot = true
|
|
pgpainlessMinAndroidSdk = 9
|
|
javaSourceCompatibility = 1.8
|
|
bouncyCastleVersion = '1.62'
|
|
}
|
|
}
|