Skip to content

Commit

Permalink
Updating build tools to 23.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonye committed Sep 3, 2015
1 parent 58440ae commit 7bf9eb9
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 @@ -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.0'
compile 'com.android.support:support-v13:23.0.1'
}

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

compileSdkVersion 23
buildToolsVersion '23.0.0'
buildToolsVersion '23.0.1'

defaultConfig {
versionName "1.5.0"
Expand Down

0 comments on commit 7bf9eb9

Please sign in to comment.