From 3da30567e68ec62987d2c57d7967135fb3883fc5 Mon Sep 17 00:00:00 2001 From: Brian Melton-Grace Date: Wed, 29 Jul 2020 15:51:13 -0700 Subject: [PATCH] Unblock publish pipeline (#1113) --- msal/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msal/build.gradle b/msal/build.gradle index 042ddee238..45638ed9e4 100644 --- a/msal/build.gradle +++ b/msal/build.gradle @@ -148,7 +148,7 @@ dependencies { transitive = false } - snapshotApi(group: 'com.microsoft.identity', name: 'common', version: '2.0.15-SNAPSHOT', changing: true) + snapshotApi(group: 'com.microsoft.identity', name: 'common', version: '2.0.15', changing: true) distApi("com.microsoft.identity:common:2.0.15") { transitive = false