mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-12-23 11:27:57 +01:00
PGPainless 0.2.0-alpha6
This commit is contained in:
parent
21dae7541c
commit
3e5ff1fe70
2 changed files with 3 additions and 2 deletions
|
@ -103,3 +103,4 @@ public class RevokeKeyWithGenericCertificationSignatureTest {
|
||||||
return new KeyPair(pubOutBytes.toByteArray(), secOutBytes.toByteArray());
|
return new KeyPair(pubOutBytes.toByteArray(), secOutBytes.toByteArray());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
allprojects {
|
allprojects {
|
||||||
ext {
|
ext {
|
||||||
shortVersion = '0.2.0-alpha6'
|
shortVersion = '0.2.0-alpha6'
|
||||||
isSnapshot = true
|
isSnapshot = false
|
||||||
pgpainlessMinAndroidSdk = 9
|
pgpainlessMinAndroidSdk = 9
|
||||||
javaSourceCompatibility = 1.8
|
javaSourceCompatibility = 1.8
|
||||||
bouncyCastleVersion = '1.68'
|
bouncyCastleVersion = '1.68'
|
||||||
|
|
Loading…
Reference in a new issue