From 804b35790d0cca404c341eee016b5a3b1bc11230 Mon Sep 17 00:00:00 2001 From: hsm Date: Sun, 29 May 2016 04:23:09 +0100 Subject: local build changes --- openpgp-api/build.gradle | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'openpgp-api') diff --git a/openpgp-api/build.gradle b/openpgp-api/build.gradle index 7896d22..750d6ea 100644 --- a/openpgp-api/build.gradle +++ b/openpgp-api/build.gradle @@ -1,13 +1,16 @@ apply plugin: 'com.android.library' apply plugin: 'bintray-release' // must be applied after your artifact generating plugin (eg. java / com.android.library) +group = 'org.sufficientlysecure' +version = '11.0-JMM' + android { compileSdkVersion 23 buildToolsVersion '23.0.2' defaultConfig { versionCode 9 - versionName '11.0' // API-Version . minor + versionName '11.0-JMM' // API-Version . minor minSdkVersion 9 targetSdkVersion 23 } @@ -22,7 +25,13 @@ publish { userOrg = 'sufficientlysecure' groupId = 'org.sufficientlysecure' artifactId = 'openpgp-api' - version = '11.0' + version = '11.0-JMM' 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 +} + +uploadArchives { + repositories { + mavenLocal() + } +} -- cgit v1.2.3