We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5b2379 commit 6726085Copy full SHA for 6726085
WordPressUtils/build.gradle
@@ -3,7 +3,7 @@ buildscript {
3
jcenter()
4
}
5
dependencies {
6
- classpath 'com.android.tools.build:gradle:1.3.1'
+ classpath 'com.android.tools.build:gradle:1.5.0'
7
8
9
@@ -20,7 +20,7 @@ dependencies {
20
exclude group: 'commons-logging'
21
22
compile 'com.mcxiaoke.volley:library:1.0.18'
23
- compile 'com.android.support:support-v13:23.0.1'
+ compile 'com.android.support:support-v13:23.1.1'
24
25
26
android {
@@ -29,7 +29,7 @@ android {
29
publishNonDefault true
30
31
compileSdkVersion 23
32
- buildToolsVersion '23.0.1'
+ buildToolsVersion "23.0.2"
33
34
defaultConfig {
35
versionName "1.5.0"
0 commit comments