Skip to content

Commit

Permalink
selekt-android-sqlcipher can be runtimeOnly in getting_started.
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth J. Shackleton <[email protected]>
  • Loading branch information
kennethshackleton committed Feb 5, 2024
1 parent 0481327 commit 62a02ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
dependencies {
implementation(platform("com.bloomberg:selekt-bom:<version>"))
implementation("com.bloomberg:selekt-android")
implementation("com.bloomberg:selekt-android-sqlcipher")
runtimeOnly("com.bloomberg:selekt-android-sqlcipher")
}
```

Expand All @@ -24,7 +24,7 @@
dependencies {
implementation platform('com.bloomberg:selekt-bom:<version>'))
implementation 'com.bloomberg:selekt-android'
implementation 'com.bloomberg:selekt-android-sqlcipher'
runtimeOnly 'com.bloomberg:selekt-android-sqlcipher'
}
```

Expand Down

0 comments on commit 62a02ee

Please sign in to comment.