Skip to content

Commit

Permalink
Remove extraneous parenthesis from getting started code snippet.
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth J. Shackleton <[email protected]>
  • Loading branch information
kennethshackleton committed Sep 1, 2024
1 parent 519361c commit 4325775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}

dependencies {
implementation platform('com.bloomberg:selekt-bom:<version>'))
implementation platform('com.bloomberg:selekt-bom:<version>')
implementation 'com.bloomberg:selekt-android'
runtimeOnly 'com.bloomberg:selekt-android-sqlcipher'
}
Expand Down

0 comments on commit 4325775

Please sign in to comment.