From 2128485df978941375ac5ffed5758a645e73fa4b Mon Sep 17 00:00:00 2001 From: AMIT SHEKHAR Date: Sat, 21 Jan 2017 15:25:54 +0530 Subject: [PATCH] Update Version --- README.md | 2 +- debug-db/debug-db-upload.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {