Skip to content

Commit 64d1a95

Browse files
Merge pull request #104 from amitshekhariitbhu/development
Development
2 parents c8a5862 + 1ad1f79 commit 64d1a95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
### Using Android Debug Database Library in your application
3737
Add this to your app's build.gradle
3838
```groovy
39-
debugCompile 'com.amitshekhar.android:debug-db:1.0.3'
39+
debugImplementation 'com.amitshekhar.android:debug-db:1.0.3'
4040
```
4141

42-
Use `debugCompile` so that it will only compile in your debug build and not in your release build.
42+
Use `debugImplementation` so that it will only compile in your debug build and not in your release build.
4343

4444
That’s all, just start the application, you will see in the logcat an entry like follows :
4545

0 commit comments

Comments
 (0)