diff --git a/README.md b/README.md index fa8c233..349c827 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/debug-db/debug-db-upload.gradle b/debug-db/debug-db-upload.gradle index 05d6d12..98739e2 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 = '1.0.3' +version = '1.0.4' install { repositories.mavenInstaller {