Skip to content

Commit

Permalink
Removing reference to SNAPSHOT (will not be published)
Browse files Browse the repository at this point in the history
  • Loading branch information
iambmelt committed Feb 4, 2020
1 parent 2fdb69b commit 1b7a0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b7a0b6

Please sign in to comment.