diff --git a/README.md b/README.md index 1bad2fd..52b7db7 100644 --- a/README.md +++ b/README.md @@ -36,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.1' +debugCompile 'com.amitshekhar.android:debug-db:1.0.2' ``` Use `debugCompile` so that it will only compile in your debug build and not in your release build. diff --git a/app/build.gradle b/app/build.gradle index 185e01e..488fc36 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -49,7 +49,6 @@ dependencies { }) compile 'com.android.support:appcompat-v7:25.0.0' testCompile 'junit:junit:4.12' + compile 'net.zetetic:android-database-sqlcipher:3.5.7@aar' debugCompile project(':debug-db') - - debugCompile 'net.zetetic:android-database-sqlcipher:3.5.7@aar' } diff --git a/debug-db/debug-db-upload.gradle b/debug-db/debug-db-upload.gradle index 24f61c8..21b4784 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.1' +version = '1.0.2' install { repositories.mavenInstaller {