Skip to content

Commit

Permalink
Add info for encrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
amitshekhariitbhu committed Feb 18, 2019
1 parent c08ba25 commit 3d3a232
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ Add this to your app's build.gradle
debugImplementation 'com.amitshekhar.android:debug-db:1.0.5'
```

Using the Android Debug Database with encrypted database

```groovy
debugImplementation 'com.amitshekhar.android:debug-db-encrypt:1.0.5'
```

Use `debugImplementation` so that it will only compile in your debug build and not in your release build.

That’s all, just start the application, you will see in the logcat an entry like follows :
Expand Down

0 comments on commit 3d3a232

Please sign in to comment.