Skip to content

Commit fc2bc73

Browse files
committed
Updated support library and build tools
1 parent 2f98d8a commit fc2bc73

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

WordPressUtils/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ repositories {
1818
dependencies {
1919
compile 'commons-lang:commons-lang:2.6'
2020
compile 'com.mcxiaoke.volley:library:1.0.10'
21-
compile 'com.android.support:support-v13:21.0.3'
21+
compile 'com.android.support:support-v13:22.2.0'
2222
}
2323

2424
android {
2525
publishNonDefault true
2626

27-
compileSdkVersion 19
28-
buildToolsVersion "21.1.1"
27+
compileSdkVersion 22
28+
buildToolsVersion '22.0.1'
2929

3030
defaultConfig {
3131
versionName "1.5.0"
3232
minSdkVersion 14
33-
targetSdkVersion 19
33+
targetSdkVersion 22
3434
}
3535
}
3636

0 commit comments

Comments
 (0)