aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--example/build.gradle2
-rw-r--r--openpgp-api/build.gradle2
2 files changed, 2 insertions, 2 deletions
diff --git a/example/build.gradle b/example/build.gradle
index be02597..d605ac4 100644
--- a/example/build.gradle
+++ b/example/build.gradle
@@ -7,7 +7,7 @@ dependencies {
android {
compileSdkVersion 23
- buildToolsVersion '23.0.3'
+ buildToolsVersion '23.0.2'
defaultConfig {
minSdkVersion 9
diff --git a/openpgp-api/build.gradle b/openpgp-api/build.gradle
index 8ce368b..7896d22 100644
--- a/openpgp-api/build.gradle
+++ b/openpgp-api/build.gradle
@@ -3,7 +3,7 @@ apply plugin: 'bintray-release' // must be applied after your artifact generatin
android {
compileSdkVersion 23
- buildToolsVersion '23.0.3'
+ buildToolsVersion '23.0.2'
defaultConfig {
versionCode 9