aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-08-10 22:17:12 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2015-08-10 22:17:12 +0200
commit4ae88db4c26b6a88d4eb48fe3bb9b2d29ed00a3e (patch)
treec09dc5387bfdffb1384f864372f3249f6617cc37
parent3a536c15113203f4d275b939fc5b361360dd324d (diff)
downloadopenpgp-api-4ae88db4c26b6a88d4eb48fe3bb9b2d29ed00a3e.tar.gz
openpgp-api-4ae88db4c26b6a88d4eb48fe3bb9b2d29ed00a3e.tar.bz2
openpgp-api-4ae88db4c26b6a88d4eb48fe3bb9b2d29ed00a3e.zip
Update version to 8.0
-rw-r--r--openpgp-api/build.gradle10
1 files changed, 5 insertions, 5 deletions
diff --git a/openpgp-api/build.gradle b/openpgp-api/build.gradle
index f2885b9..fd400ff 100644
--- a/openpgp-api/build.gradle
+++ b/openpgp-api/build.gradle
@@ -6,8 +6,8 @@ android {
buildToolsVersion '21.1.2'
defaultConfig {
- versionCode 6
- versionName '7.0' // API-Version . minor
+ versionCode 7
+ versionName '8.0' // API-Version . minor
minSdkVersion 9
targetSdkVersion 22
}
@@ -22,7 +22,7 @@ publish {
userOrg = 'sufficientlysecure'
groupId = 'org.sufficientlysecure'
artifactId = 'openpgp-api'
- version = '7.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/sufficientlysecure/openpgp-api'
+ version = '8.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