Skip to content

Commit 7bf9eb9

Browse files
committed
Updating build tools to 23.0.1
1 parent 58440ae commit 7bf9eb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WordPressUtils/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
exclude group: 'commons-logging'
2121
}
2222
compile 'com.mcxiaoke.volley:library:1.0.18'
23-
compile 'com.android.support:support-v13:23.0.0'
23+
compile 'com.android.support:support-v13:23.0.1'
2424
}
2525

2626
android {
@@ -29,7 +29,7 @@ android {
2929
publishNonDefault true
3030

3131
compileSdkVersion 23
32-
buildToolsVersion '23.0.0'
32+
buildToolsVersion '23.0.1'
3333

3434
defaultConfig {
3535
versionName "1.5.0"

0 commit comments

Comments
 (0)