We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fb2328 + 319e25b commit 1ad1f79Copy full SHA for 1ad1f79
1 file changed
README.md
@@ -36,10 +36,10 @@
36
### Using Android Debug Database Library in your application
37
Add this to your app's build.gradle
38
```groovy
39
-debugCompile 'com.amitshekhar.android:debug-db:1.0.3'
+debugImplementation 'com.amitshekhar.android:debug-db:1.0.3'
40
```
41
42
-Use `debugCompile` so that it will only compile in your debug build and not in your release build.
+Use `debugImplementation` so that it will only compile in your debug build and not in your release build.
43
44
That’s all, just start the application, you will see in the logcat an entry like follows :
45
0 commit comments