diff --git a/WordPressUtils/build.gradle b/WordPressUtils/build.gradle index 8f6dc2dedfe6..dc80aaa15631 100644 --- a/WordPressUtils/build.gradle +++ b/WordPressUtils/build.gradle @@ -18,19 +18,19 @@ repositories { dependencies { compile 'commons-lang:commons-lang:2.6' compile 'com.mcxiaoke.volley:library:1.0.10' - compile 'com.android.support:support-v13:21.0.3' + compile 'com.android.support:support-v13:22.2.0' } android { publishNonDefault true - compileSdkVersion 19 - buildToolsVersion "21.1.1" + compileSdkVersion 22 + buildToolsVersion '22.0.1' defaultConfig { versionName "1.5.0" minSdkVersion 14 - targetSdkVersion 19 + targetSdkVersion 22 } }