From ae8eb8f62b98984f436dd7f00479241ff9230d39 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Thu, 20 Oct 2016 03:37:48 -0400 Subject: [PATCH] v0.4.3a: updated build tools and gradle plugin --- SPD-classes/build.gradle | 2 +- build.gradle | 2 +- core/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SPD-classes/build.gradle b/SPD-classes/build.gradle index 5a4d4a927..d5759b442 100644 --- a/SPD-classes/build.gradle +++ b/SPD-classes/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' android { compileSdkVersion 24 - buildToolsVersion "24.0.3" + buildToolsVersion "25.0.0" task ndkBuild(type: Exec){ description "builds JNI libs from source. " + diff --git a/build.gradle b/build.gradle index a80da6916..3eb825a0c 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.2.1' + classpath 'com.android.tools.build:gradle:2.2.2' } } diff --git a/core/build.gradle b/core/build.gradle index a74e78e95..e1ab03100 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 24 - buildToolsVersion "24.0.3" + buildToolsVersion "25.0.0" buildTypes { release {