diff --git a/settings.gradle b/settings.gradle index 53af2945cc..1789e9c8ea 100644 --- a/settings.gradle +++ b/settings.gradle @@ -148,7 +148,7 @@ dependencyResolutionManagement { library('svg', 'com.caverock:androidsvg:1.2.1') library('truth', 'com.google.truth:truth:1.1.3') library('violations', 'se.bjurr.violations:violations-gradle-plugin:1.8') - library('volley', 'com.android.volley:volley:1.2.0') + library('volley', 'com.android.volley:volley:1.2.1') } } }