We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e35e618 commit 56a1b9dCopy full SHA for 56a1b9d
1 file changed
README.md
@@ -43,6 +43,12 @@ Add this to your app's build.gradle
43
debugImplementation 'com.amitshekhar.android:debug-db:1.0.5'
44
```
45
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
52
Use `debugImplementation` so that it will only compile in your debug build and not in your release build.
53
54
That’s all, just start the application, you will see in the logcat an entry like follows :
0 commit comments