From 044c93d3aa0c2be4124f5e2275d581f4a7c4751c Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Sat, 3 Sep 2016 16:22:28 -0400 Subject: [PATCH] v0.4.2: updated build tools version --- SPD-classes/build.gradle | 2 +- core/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SPD-classes/build.gradle b/SPD-classes/build.gradle index 29231771f..08c97f396 100644 --- a/SPD-classes/build.gradle +++ b/SPD-classes/build.gradle @@ -2,5 +2,5 @@ apply plugin: 'com.android.library' android { compileSdkVersion 23 - buildToolsVersion "24.0.0" + buildToolsVersion "24.0.2" } \ No newline at end of file diff --git a/core/build.gradle b/core/build.gradle index 98b86510a..5f55a8216 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 23 - buildToolsVersion "24.0.0" + buildToolsVersion "24.0.2" buildTypes { release {