Skip to content

Commit 6726085

Browse files
committed
Updating gradle plugin to 1.5.0 and support/build tools to latest for sub projects
1 parent a5b2379 commit 6726085

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WordPressUtils/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
jcenter()
44
}
55
dependencies {
6-
classpath 'com.android.tools.build:gradle:1.3.1'
6+
classpath 'com.android.tools.build:gradle:1.5.0'
77
}
88
}
99

@@ -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.1'
23+
compile 'com.android.support:support-v13:23.1.1'
2424
}
2525

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

3131
compileSdkVersion 23
32-
buildToolsVersion '23.0.1'
32+
buildToolsVersion "23.0.2"
3333

3434
defaultConfig {
3535
versionName "1.5.0"

0 commit comments

Comments
 (0)