Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ implementation "androidx.sqlite:sqlite:2.0.1"

<a title="Latest version from Maven Central" href="https://maven-badges.herokuapp.com/maven-central/net.zetetic/android-database-sqlcipher"><img src="https://maven-badges.herokuapp.com/maven-central/net.zetetic/android-database-sqlcipher/badge.svg"></a>

Proguard:
If you use Proguard obfuscation, don't forget to add new rules:

```
#sql-cipher
-keep class net.sqlcipher.** { *; }
```

#### Using SQLCipher for Android With Room

SQLCipher for Android has a `SupportFactory` class in the `net.sqlcipher.database` package
Expand Down