Skip to content

Commit

Permalink
Updating gradle plugin to 1.5.0 and support/build tools to latest for…
Browse files Browse the repository at this point in the history
… sub projects
  • Loading branch information
kwonye committed Nov 19, 2015
1 parent 7cc55d6 commit ab2de89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WordPressUtils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.3.1'
classpath 'com.android.tools.build:gradle:1.5.0'
}
}

Expand All @@ -20,7 +20,7 @@ dependencies {
exclude group: 'commons-logging'
}
compile 'com.mcxiaoke.volley:library:1.0.18'
compile 'com.android.support:support-v13:23.0.1'
compile 'com.android.support:support-v13:23.1.1'
}

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

compileSdkVersion 23
buildToolsVersion '23.0.1'
buildToolsVersion "23.0.2"

defaultConfig {
versionName "1.5.0"
Expand Down

0 comments on commit ab2de89

Please sign in to comment.