aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-05-05 14:40:17 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2015-05-05 14:40:17 +0200
commit87dc44e85be2638288966aaa757b369c2ce18c8e (patch)
tree4ca13bfa7f9608f7172b3ace98824a049597e46e /build.gradle
parent70259ab74889fb5b785da0afc74259816f0b34bf (diff)
downloadopenpgp-api-87dc44e85be2638288966aaa757b369c2ce18c8e.tar.gz
openpgp-api-87dc44e85be2638288966aaa757b369c2ce18c8e.tar.bz2
openpgp-api-87dc44e85be2638288966aaa757b369c2ce18c8e.zip
Update for jcenter
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle14
1 files changed, 7 insertions, 7 deletions
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