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 2020* See all the data in the shared preferences used in your application.
2121* Run any sql query on the given database to update and delete your data.
2222* 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.
2426* Delete database rows and shared preferences.
2527* Search in your data.
2628* Sort data.
3436### Using Android Debug Database Library in your application
3537Add this to your app's build.gradle
3638``` groovy
37- debugCompile 'com.amitshekhar.android:debug-db:1.0.0 '
39+ debugCompile 'com.amitshekhar.android:debug-db:1.0.1 '
3840```
3941
4042Use ` 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'
2424def gitUrl = ' https://github.com/amitshekhariitbhu/Android-Debug-Database.git'
2525
2626group = " com.amitshekhar.android"
27- version = ' 1.0.0 '
27+ version = ' 1.0.1 '
2828
2929install {
3030 repositories. mavenInstaller {
You can’t perform that action at this time.
0 commit comments