Skip to content

Commit

Permalink
change dependencies names on preview to avoid confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
saleniuk committed Sep 10, 2024
1 parent 043f10b commit 7649304
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,6 @@ fun PreviewOtherDebugOptions() {
handleE2EIEnrollmentResult = {},
dismissCertificateDialog = {},
checkCrlRevocationList = {},
dependenciesMap = persistentMapOf("avs" to "1.0.0", "core-crypto" to "1.0.0")
dependenciesMap = persistentMapOf("preview dependency" to "1.0.0", "another dependency" to "1.0.0")
)
}

0 comments on commit 7649304

Please sign in to comment.