aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-12-02 10:36:44 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2015-12-02 10:36:44 +0100
commitdc5c63815f3b499ef74d3672c6e8403e48fa2b96 (patch)
treec730a1d2eb9535e770bf2c5505e9a1f91219831a
parent89bf03c4985bde93d196d28beddf73ac5d7f421d (diff)
downloadopenpgp-api-dc5c63815f3b499ef74d3672c6e8403e48fa2b96.tar.gz
openpgp-api-dc5c63815f3b499ef74d3672c6e8403e48fa2b96.tar.bz2
openpgp-api-dc5c63815f3b499ef74d3672c6e8403e48fa2b96.zip
Version 10
-rw-r--r--openpgp-api/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp-api/build.gradle b/openpgp-api/build.gradle
index 948b65c..8b8c090 100644
--- a/openpgp-api/build.gradle
+++ b/openpgp-api/build.gradle
@@ -7,7 +7,7 @@ android {
defaultConfig {
versionCode 8
- versionName '9.0' // API-Version . minor
+ versionName '10.0' // API-Version . minor
minSdkVersion 9
targetSdkVersion 22
}
@@ -22,7 +22,7 @@ publish {
userOrg = 'sufficientlysecure'
groupId = 'org.sufficientlysecure'
artifactId = 'openpgp-api'
- version = '9.0'
+ version = '10.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