[go: nahoru, domu]

Skip to content

Commit

Permalink
update to android-gradle plugin 1.1.3 and build tools 22.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxme committed Jun 4, 2015
1 parent 8699590 commit af8d40f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WordPressUtils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.0'
classpath 'com.android.tools.build:gradle:1.1.3'
}
}

Expand All @@ -25,7 +25,7 @@ android {
publishNonDefault true

compileSdkVersion 19
buildToolsVersion "21.1.1"
buildToolsVersion "22.0.1"

defaultConfig {
versionName "1.5.0"
Expand Down

0 comments on commit af8d40f

Please sign in to comment.