From 92aa789803afb434c0af0da1b047e4d03ad58f87 Mon Sep 17 00:00:00 2001 From: Pinky Date: Mon, 16 Oct 2017 21:35:08 +0800 Subject: [PATCH] updates gradle dependencies --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e648bff70..5cc29b949 100644 --- a/build.gradle +++ b/build.gradle @@ -66,7 +66,7 @@ repositories { } dependencies { - compile 'com.microsoft.azure:azure-keyvault:0.9.7', + compile 'com.microsoft.azure:azure-keyvault:1.0.0', 'com.microsoft.azure:adal4j:1.1.3' testCompile 'junit:junit:4.12',