From 1b7a0b655aef0a30eb944a041c9c433fb20712c5 Mon Sep 17 00:00:00 2001 From: Brian Melton-Grace Date: Tue, 4 Feb 2020 13:43:47 -0800 Subject: [PATCH] Removing reference to SNAPSHOT (will not be published) --- msal/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msal/build.gradle b/msal/build.gradle index 764f02046..e14b00daf 100644 --- a/msal/build.gradle +++ b/msal/build.gradle @@ -144,7 +144,7 @@ dependencies { transitive = false } - snapshotApi(group: 'com.microsoft.identity', name: 'common', version: '1.0.14-hf1-SNAPSHOT', changing: true) + snapshotApi(group: 'com.microsoft.identity', name: 'common', version: '1.0.14-hf1', changing: true) distApi("com.microsoft.identity:common:1.0.14-hf1") { transitive = false