File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 37
37
### Using Android Debug Database Library in your application
38
38
Add this to your app's build.gradle
39
39
``` groovy
40
- debugImplementation 'com.amitshekhar.android:debug-db:1.0.3 '
40
+ debugImplementation 'com.amitshekhar.android:debug-db:1.0.4 '
41
41
```
42
42
43
43
Use ` debugImplementation ` so that it will only compile in your debug build and not in your release build.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def siteUrl = 'https://github.com/amitshekhariitbhu/Android-Debug-Database'
24
24
def gitUrl = ' https://github.com/amitshekhariitbhu/Android-Debug-Database.git'
25
25
26
26
group = " com.amitshekhar.android"
27
- version = ' 1.0.3 '
27
+ version = ' 1.0.4 '
28
28
29
29
install {
30
30
repositories. mavenInstaller {
You can’t perform that action at this time.
0 commit comments