From be35c42683c7cac6242903d30b01906e4f183b37 Mon Sep 17 00:00:00 2001 From: AMIT SHEKHAR Date: Thu, 22 Jun 2017 21:38:58 +0530 Subject: [PATCH] Bump Version to 1.0.1 --- README.md | 6 ++++-- debug-db/debug-db-upload.gradle | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 44586e5..0021cc8 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,9 @@ * See all the data in the shared preferences used in your application. * Run any sql query on the given database to update and delete your data. * Directly edit the database values. -* Directly edit shared preferences. +* Directly edit the shared preferences. +* Directly add a row in the database. +* Directly add a key-value in the shared preferences. * Delete database rows and shared preferences. * Search in your data. * Sort data. @@ -34,7 +36,7 @@ ### Using Android Debug Database Library in your application Add this to your app's build.gradle ```groovy -debugCompile 'com.amitshekhar.android:debug-db:1.0.0' +debugCompile 'com.amitshekhar.android:debug-db:1.0.1' ``` 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 d59b8df..24f61c8 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.0' +version = '1.0.1' install { repositories.mavenInstaller {