diff --git a/README.md b/README.md index d690af9..812864b 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/debug-db/debug-db-upload.gradle b/debug-db/debug-db-upload.gradle index 4f3087c..251acf3 100755 --- a/debug-db/debug-db-upload.gradle +++ b/debug-db/debug-db-upload.gradle @@ -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 {