File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 20
20
* See all the data in the shared preferences used in your application.
21
21
* Run any sql query on the given database to update and delete your data.
22
22
* Directly edit the database values.
23
- * Directly edit shared preferences.
23
+ * Directly edit the shared preferences.
24
+ * Directly add a row in the database.
25
+ * Directly add a key-value in the shared preferences.
24
26
* Delete database rows and shared preferences.
25
27
* Search in your data.
26
28
* Sort data.
34
36
### Using Android Debug Database Library in your application
35
37
Add this to your app's build.gradle
36
38
``` groovy
37
- debugCompile 'com.amitshekhar.android:debug-db:1.0.0 '
39
+ debugCompile 'com.amitshekhar.android:debug-db:1.0.1 '
38
40
```
39
41
40
42
Use ` debugCompile ` so that it will only compile in your debug build and not in your release apk.
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.0 '
27
+ version = ' 1.0.1 '
28
28
29
29
install {
30
30
repositories. mavenInstaller {
You can’t perform that action at this time.
0 commit comments