Skip to content

Commit a113bc1

Browse files
Update README.md
1 parent 6d7a085 commit a113bc1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,21 @@ Start the logging service:
2222
Finally use <b>SRLog.java</b> instead of android Log class:
2323

2424
SRLog.d(TAG, "Message");
25+
26+
27+
# Download
28+
29+
Add it in your root build.gradle:
30+
31+
allprojects {
32+
repositories {
33+
...
34+
maven { url 'https://jitpack.io' }
35+
}
36+
}
37+
Add the dependency
38+
39+
dependencies {
40+
implementation 'com.github.symphonyrecords:AndroiMiniDebugger:0.1.1'
41+
}
42+

0 commit comments

Comments
 (0)