Skip to content

Commit

Permalink
Update to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amitshekhariitbhu committed Jun 23, 2018
1 parent 0d6e118 commit 8090576
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 @@ -37,7 +37,7 @@
### Using Android Debug Database Library in your application
Add this to your app's build.gradle
```groovy
debugImplementation 'com.amitshekhar.android:debug-db:1.0.3'
debugImplementation 'com.amitshekhar.android:debug-db:1.0.4'
```

Use `debugImplementation` so that it will only compile in your debug build and not in your release build.
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.3'
version = '1.0.4'

install {
repositories.mavenInstaller {
Expand Down

0 comments on commit 8090576

Please sign in to comment.