Skip to content

Commit 56a1b9d

Browse files
Add info for encrypt
1 parent e35e618 commit 56a1b9d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ Add this to your app's build.gradle
4343
debugImplementation 'com.amitshekhar.android:debug-db:1.0.5'
4444
```
4545

46+
Using the Android Debug Database with encrypted database
47+
48+
```groovy
49+
debugImplementation 'com.amitshekhar.android:debug-db-encrypt:1.0.5'
50+
```
51+
4652
Use `debugImplementation` so that it will only compile in your debug build and not in your release build.
4753

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

0 commit comments

Comments
 (0)