We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c08ba25 commit 3d3a232Copy full SHA for 3d3a232
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