1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-06-08 23:44:04 +08:00

update gradle

This commit is contained in:
wasabeef 2015-11-10 12:42:46 +09:00
parent 62f3ee6b4a
commit 5b311f74f6
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { 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' classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.3.1'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong

View File

@ -4,7 +4,7 @@ GROUP=jp.wasabeef
ARTIFACT_ID=glide-transformations ARTIFACT_ID=glide-transformations
COMPILE_SDK_VERSION=23 COMPILE_SDK_VERSION=23
BUILD_TOOLS_VERSION=23.0.1 BUILD_TOOLS_VERSION=23.0.2
TARGET_SDK_VERSION=23 TARGET_SDK_VERSION=23
RENDERSCRIPT_TARGET_API=23 RENDERSCRIPT_TARGET_API=23
MIN_SDK_VERSION=11 MIN_SDK_VERSION=11