We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47bfc00 commit 7ee994aCopy full SHA for 7ee994a
README.md
@@ -61,7 +61,7 @@ You will see something like this :
61
62
### Getting address With toast, in case you missed the address log in logcat
63
As this library is auto-initialize, if you want to get the address log only in debug build, add the following method and call
64
-`java
+```java
65
public static void showDebugDBAddressLogToast(Context context) {
66
if (BuildConfig.DEBUG) {
67
try {
@@ -74,7 +74,7 @@ public static void showDebugDBAddressLogToast(Context context) {
74
}
75
76
77
-`
+```
78
79
### Find this project useful ? :heart:
80
* Support it by clicking the :star: button on the upper right of this page. :v:
0 commit comments