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 085b8d5 commit 566a5e4Copy full SHA for 566a5e4
README.md
@@ -13,6 +13,14 @@
13
* Debugging Android Database was never easier than this.
14
15
16
+### Using Android Debug Database Library in your application
17
+Add this in your build.gradle
18
+```groovy
19
+debugCompile 'com.amitshekhar.android:debug-db:0.1.0'
20
+```
21
+
22
+Use `debugCompile` so that it will only compile in your debug build not in release apk.
23
24
When your android application starts, you will be able to see the logs like below :
25
26
* D/DebugDB: Open http://192.168.1.130:8080 in your browser
0 commit comments