diff --git a/README.md b/README.md index 314f229..3da72fb 100644 --- a/README.md +++ b/README.md @@ -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.3.0' +debugCompile 'com.amitshekhar.android:debug-db:0.4.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 e703a3c..4f3087c 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.3.0' +version = '0.4.0' install { repositories.mavenInstaller {