aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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