diff --git a/WordPressComRest/build.gradle b/WordPressComRest/build.gradle index 0471b62..5e49c2d 100644 --- a/WordPressComRest/build.gradle +++ b/WordPressComRest/build.gradle @@ -21,14 +21,14 @@ android { buildToolsVersion "23.0.3" defaultConfig { - versionName "1.0.7" + versionName "1.0.8" minSdkVersion 14 targetSdkVersion 23 } } dependencies { - compile 'com.mcxiaoke.volley:library:1.0.16' + compile 'com.android.volley:volley:1.0.0' } publish { @@ -37,7 +37,7 @@ publish { groupId = 'com.automattic' uploadName = 'rest' description = 'WordPress.com REST Client for Android apps' - publishVersion = '1.0.7' + publishVersion = '1.0.8' licences = ['MIT', 'GPL-2.0'] website = 'https://github.com/Automattic/android-wordpress-com-rest' dryRun = 'false'