From 11772b96189a86654ca806b13b06f06261b252dd Mon Sep 17 00:00:00 2001 From: AMIT SHEKHAR Date: Wed, 8 Feb 2017 09:05:32 +0530 Subject: [PATCH] Update version for library --- README.md | 3 +-- debug-db/debug-db-upload.gradle | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1cc02a8..2241c7e 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.5.0' +debugCompile 'com.amitshekhar.android:debug-db:1.0.0' ``` Use `debugCompile` so that it will only compile in your debug build and not in your release apk. @@ -81,7 +81,6 @@ public static void showDebugDBAddressLogToast(Context context) { ### TODO * Simplify emulator issue [Issue Link](https://github.com/amitshekhariitbhu/Android-Debug-Database/issues/6) -* Edit shared preferences directly from the browser. At present, it is only possible to edit database values. * And of course many more features and bug fixes. ### Contact - Let's become friends diff --git a/debug-db/debug-db-upload.gradle b/debug-db/debug-db-upload.gradle index cf56407..d59b8df 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.6.0-RC1' +version = '1.0.0' install { repositories.mavenInstaller {