Skip to content

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
amitshekhariitbhu committed Jan 21, 2017
1 parent 153ff4f commit 2128485
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.4.0'
debugCompile 'com.amitshekhar.android:debug-db:0.5.0'
```

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 = '0.4.0'
version = '0.5.0'

install {
repositories.mavenInstaller {
Expand Down

0 comments on commit 2128485

Please sign in to comment.