1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-11 14:17:10 +02:00

PGPainless 0.2.0-alpha6

This commit is contained in:
Paul Schaub 2021-01-20 00:51:59 +01:00
parent 21dae7541c
commit 3e5ff1fe70
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 3 additions and 2 deletions

View file

@ -102,4 +102,5 @@ public class RevokeKeyWithGenericCertificationSignatureTest {
return new KeyPair(pubOutBytes.toByteArray(), secOutBytes.toByteArray());
}
}
}

View file

@ -2,7 +2,7 @@
allprojects {
ext {
shortVersion = '0.2.0-alpha6'
isSnapshot = true
isSnapshot = false
pgpainlessMinAndroidSdk = 9
javaSourceCompatibility = 1.8
bouncyCastleVersion = '1.68'