diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2015-10-22 09:54:01 +0200 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2015-10-22 09:54:01 +0200 |
commit | afffc08d22a7f6ad0f9dd1fa66b6e2dcabe30524 (patch) | |
tree | e32b8aa9f237e5b28e0a7543eb0772e4b4d38564 | |
parent | 4edb7f67f2fda07d7a3ac740a733dc02a92db734 (diff) | |
download | openpgp-api-afffc08d22a7f6ad0f9dd1fa66b6e2dcabe30524.tar.gz openpgp-api-afffc08d22a7f6ad0f9dd1fa66b6e2dcabe30524.tar.bz2 openpgp-api-afffc08d22a7f6ad0f9dd1fa66b6e2dcabe30524.zip |
Version 9
-rw-r--r-- | openpgp-api/build.gradle | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openpgp-api/build.gradle b/openpgp-api/build.gradle index fd400ff..948b65c 100644 --- a/openpgp-api/build.gradle +++ b/openpgp-api/build.gradle @@ -6,12 +6,12 @@ android { buildToolsVersion '21.1.2' defaultConfig { - versionCode 7 - versionName '8.0' // API-Version . minor + versionCode 8 + versionName '9.0' // API-Version . minor minSdkVersion 9 targetSdkVersion 22 } - + // Do not abort build if lint finds errors lintOptions { abortOnError false @@ -22,7 +22,7 @@ publish { userOrg = 'sufficientlysecure' groupId = 'org.sufficientlysecure' artifactId = 'openpgp-api' - version = '8.0' + version = '9.0' description = 'The OpenPGP API provides methods to execute OpenPGP operations, such as sign, encrypt, decrypt, verify, and more without user interaction from background threads.' website = 'https://github.com/open-keychain/openpgp-api' }
\ No newline at end of file |