From 8ca0f578bb843db7744dbd5724b32f6664b5c3db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Thu, 3 Mar 2016 13:11:54 +0100 Subject: Version 11 --- openpgp-api/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'openpgp-api') diff --git a/openpgp-api/build.gradle b/openpgp-api/build.gradle index 8b8c090..4060a70 100644 --- a/openpgp-api/build.gradle +++ b/openpgp-api/build.gradle @@ -6,8 +6,8 @@ android { buildToolsVersion '21.1.2' defaultConfig { - versionCode 8 - versionName '10.0' // API-Version . minor + versionCode 9 + versionName '11.0' // API-Version . minor minSdkVersion 9 targetSdkVersion 22 } @@ -22,7 +22,7 @@ publish { userOrg = 'sufficientlysecure' groupId = 'org.sufficientlysecure' artifactId = 'openpgp-api' - version = '10.0' + version = '11.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 -- cgit v1.2.3