Skip to content

Commit 2128485

Browse files
Update Version
1 parent 153ff4f commit 2128485

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
### Using Android Debug Database Library in your application
2323
Add this to your app's build.gradle
2424
```groovy
25-
debugCompile 'com.amitshekhar.android:debug-db:0.4.0'
25+
debugCompile 'com.amitshekhar.android:debug-db:0.5.0'
2626
```
2727

2828
Use `debugCompile` so that it will only compile in your debug build and not in your release apk.

debug-db/debug-db-upload.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def siteUrl = 'https://github.com/amitshekhariitbhu/Android-Debug-Database'
2424
def gitUrl = 'https://github.com/amitshekhariitbhu/Android-Debug-Database.git'
2525

2626
group = "com.amitshekhar.android"
27-
version = '0.4.0'
27+
version = '0.5.0'
2828

2929
install {
3030
repositories.mavenInstaller {

0 commit comments

Comments
 (0)