File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2222### Using Android Debug Database Library in your application
2323Add this to your app's build.gradle
2424``` groovy
25- debugCompile 'com.amitshekhar.android:debug-db:0.5 .0'
25+ debugCompile 'com.amitshekhar.android:debug-db:1.0 .0'
2626```
2727
2828Use ` debugCompile ` so that it will only compile in your debug build and not in your release apk.
@@ -81,7 +81,6 @@ public static void showDebugDBAddressLogToast(Context context) {
8181
8282### TODO
8383* Simplify emulator issue [ Issue Link] ( https://github.com/amitshekhariitbhu/Android-Debug-Database/issues/6 )
84- * Edit shared preferences directly from the browser. At present, it is only possible to edit database values.
8584* And of course many more features and bug fixes.
8685
8786### Contact - Let's become friends
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 = ' 0.6.0-RC1 '
27+ version = ' 1.0.0 '
2828
2929install {
3030 repositories. mavenInstaller {
You can’t perform that action at this time.
0 commit comments