Skip to content

Commit

Permalink
Update version for library
Browse files Browse the repository at this point in the history
  • Loading branch information
amitshekhariitbhu committed Feb 8, 2017
1 parent f4b4a95 commit 11772b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
### Using Android Debug Database Library in your application
Add this to your app's build.gradle
```groovy
debugCompile 'com.amitshekhar.android:debug-db:0.5.0'
debugCompile 'com.amitshekhar.android:debug-db:1.0.0'
```

Use `debugCompile` so that it will only compile in your debug build and not in your release apk.
Expand Down Expand Up @@ -81,7 +81,6 @@ public static void showDebugDBAddressLogToast(Context context) {

### TODO
* Simplify emulator issue [Issue Link](https://github.com/amitshekhariitbhu/Android-Debug-Database/issues/6)
* Edit shared preferences directly from the browser. At present, it is only possible to edit database values.
* And of course many more features and bug fixes.

### Contact - Let's become friends
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 = '0.6.0-RC1'
version = '1.0.0'

install {
repositories.mavenInstaller {
Expand Down

0 comments on commit 11772b9

Please sign in to comment.