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 3737### Using Android Debug Database Library in your application
3838Add this to your app's build.gradle
3939``` groovy
40- debugImplementation 'com.amitshekhar.android:debug-db:1.0.3 '
40+ debugImplementation 'com.amitshekhar.android:debug-db:1.0.4 '
4141```
4242
4343Use ` 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'
2424def gitUrl = ' https://github.com/amitshekhariitbhu/Android-Debug-Database.git'
2525
2626group = " com.amitshekhar.android"
27- version = ' 1.0.3 '
27+ version = ' 1.0.4 '
2828
2929install {
3030 repositories. mavenInstaller {
You can’t perform that action at this time.
0 commit comments