From 87dc44e85be2638288966aaa757b369c2ce18c8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Tue, 5 May 2015 14:40:17 +0200 Subject: Update for jcenter --- build.gradle | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 59b1086..ccf15a9 100644 --- a/build.gradle +++ b/build.gradle @@ -13,14 +13,14 @@ apply plugin: 'com.android.library' apply plugin: 'bintray-release' android { - compileSdkVersion 21 + compileSdkVersion 22 buildToolsVersion '21.1.2' defaultConfig { versionCode 1 - versionName '6.0' // API-Version . minor + versionName '7.0' // API-Version . minor minSdkVersion 9 - targetSdkVersion 21 + targetSdkVersion 22 } // Do not abort build if lint finds errors @@ -30,10 +30,10 @@ android { } publish { - userOrg = 'dschuermann' - groupId = 'org.openintents.openpgp' + userOrg = 'sufficientlysecure' + groupId = 'org.sufficientlysecure' artifactId = 'openpgp-api' - version = '6.0' + 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 = 'http://www.openkeychain.org/' + website = 'https://github.com/open-keychain/openpgp-api' } \ No newline at end of file -- cgit v1.2.3