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 22
22
### Using Android Debug Database Library in your application
23
23
Add this to your app's build.gradle
24
24
``` groovy
25
- debugCompile 'com.amitshekhar.android:debug-db:0.5 .0'
25
+ debugCompile 'com.amitshekhar.android:debug-db:1.0 .0'
26
26
```
27
27
28
28
Use ` 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) {
81
81
82
82
### TODO
83
83
* 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.
85
84
* And of course many more features and bug fixes.
86
85
87
86
### 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'
24
24
def gitUrl = ' https://github.com/amitshekhariitbhu/Android-Debug-Database.git'
25
25
26
26
group = " com.amitshekhar.android"
27
- version = ' 0.6.0-RC1 '
27
+ version = ' 1.0.0 '
28
28
29
29
install {
30
30
repositories. mavenInstaller {
You can’t perform that action at this time.
0 commit comments