Skip to content

Commit

Permalink
Update lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
amitshekhariitbhu committed Nov 23, 2016
1 parent f1a6ec5 commit e276f16
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 @@ -18,7 +18,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.2.0'
debugCompile 'com.amitshekhar.android:debug-db:0.3.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.2.0'
version = '0.3.0'

install {
repositories.mavenInstaller {
Expand Down

0 comments on commit e276f16

Please sign in to comment.