From 929a61c035aace63666ffe328bc196dafd177068 Mon Sep 17 00:00:00 2001 From: Koji Arai Date: Sat, 5 Apr 2014 12:57:28 +0900 Subject: [PATCH] Should match the buildToolsVersion with other build.gradle --- plugins/openpgp-api-library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/openpgp-api-library/build.gradle b/plugins/openpgp-api-library/build.gradle index 6e0d1dc01..8a27e0c67 100644 --- a/plugins/openpgp-api-library/build.gradle +++ b/plugins/openpgp-api-library/build.gradle @@ -13,7 +13,7 @@ apply plugin: 'android-library' android { compileSdkVersion 17 - buildToolsVersion '19.0.1' + buildToolsVersion '19.0.3' // NOTE: We are using the old folder structure to also support Eclipse sourceSets {