Skip to content

Commit be35c42

Browse files
Bump Version to 1.0.1
1 parent 3a642bd commit be35c42

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
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.
@@ -34,7 +36,7 @@
3436
### Using Android Debug Database Library in your application
3537
Add 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

4042
Use `debugCompile` so that it will only compile in your debug build and not in your release apk.

debug-db/debug-db-upload.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def siteUrl = 'https://github.com/amitshekhariitbhu/Android-Debug-Database'
2424
def gitUrl = 'https://github.com/amitshekhariitbhu/Android-Debug-Database.git'
2525

2626
group = "com.amitshekhar.android"
27-
version = '1.0.0'
27+
version = '1.0.1'
2828

2929
install {
3030
repositories.mavenInstaller {

0 commit comments

Comments
 (0)