Skip to content

Commit

Permalink
Merge pull request #957 from AzureAD/shahzaibj/remove-snapshot
Browse files Browse the repository at this point in the history
Remove snapshot
  • Loading branch information
shahzaibj authored Feb 28, 2020
2 parents 3dd599f + 4403941 commit d5ca755
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: '2.0.2-SNAPSHOT', changing: true)
snapshotApi(group: 'com.microsoft.identity', name: 'common', version: '2.0.2', changing: true)

distApi("com.microsoft.identity:common:2.0.2") {
transitive = false
Expand Down

0 comments on commit d5ca755

Please sign in to comment.