diff --git a/build.gradle b/build.gradle index 812e6e5..66e635c 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:1.3.1' + classpath 'com.android.tools.build:gradle:1.5.0-beta2' classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.3.1' // NOTE: Do not place your application dependencies here; they belong diff --git a/gradle.properties b/gradle.properties index 6cda1c3..bce2e62 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ GROUP=jp.wasabeef ARTIFACT_ID=glide-transformations COMPILE_SDK_VERSION=23 -BUILD_TOOLS_VERSION=23.0.1 +BUILD_TOOLS_VERSION=23.0.2 TARGET_SDK_VERSION=23 RENDERSCRIPT_TARGET_API=23 MIN_SDK_VERSION=11