From 3d3a2320e039da86cdc5ef67353899410d9c2227 Mon Sep 17 00:00:00 2001 From: amitshekhariitbhu Date: Mon, 18 Feb 2019 13:29:33 +0530 Subject: [PATCH] Add info for encrypt --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 82c307d..0e4fc8c 100644 --- a/README.md +++ b/README.md @@ -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 :