Initial commit

This commit is contained in:
Paul Schaub 2022-03-01 15:19:01 +01:00
commit b142f310be
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
46 changed files with 2494 additions and 0 deletions

13
version.gradle Normal file
View file

@ -0,0 +1,13 @@
// SPDX-FileCopyrightText: 2021 Paul Schaub <info@pgpainless.org>
//
// SPDX-License-Identifier: CC0-1.0
allprojects {
ext {
shortVersion = '1.1.2'
isSnapshot = true
minAndroidSdk = 10
javaSourceCompatibility = 1.8
bouncyCastleVersion = '1.70'
}
}