Skip to content

Commit

Permalink
Bump Version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amitshekhariitbhu committed Jun 22, 2017
1 parent 3a642bd commit be35c42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
* See all the data in the shared preferences used in your application.
* Run any sql query on the given database to update and delete your data.
* Directly edit the database values.
* Directly edit shared preferences.
* Directly edit the shared preferences.
* Directly add a row in the database.
* Directly add a key-value in the shared preferences.
* Delete database rows and shared preferences.
* Search in your data.
* Sort data.
Expand All @@ -34,7 +36,7 @@
### Using Android Debug Database Library in your application
Add this to your app's build.gradle
```groovy
debugCompile 'com.amitshekhar.android:debug-db:1.0.0'
debugCompile 'com.amitshekhar.android:debug-db:1.0.1'
```

Use `debugCompile` so that it will only compile in your debug build and not in your release apk.
Expand Down
2 changes: 1 addition & 1 deletion debug-db/debug-db-upload.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def siteUrl = 'https://github.com/amitshekhariitbhu/Android-Debug-Database'
def gitUrl = 'https://github.com/amitshekhariitbhu/Android-Debug-Database.git'

group = "com.amitshekhar.android"
version = '1.0.0'
version = '1.0.1'

install {
repositories.mavenInstaller {
Expand Down

0 comments on commit be35c42

Please sign in to comment.