Skip to content

Commit 566a5e4

Browse files
Update README.md
1 parent 085b8d5 commit 566a5e4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@
1313
* Debugging Android Database was never easier than this.
1414

1515

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+
1624
When your android application starts, you will be able to see the logs like below :
1725

1826
* D/DebugDB: Open http://192.168.1.130:8080 in your browser

0 commit comments

Comments
 (0)