From 729121c13c49e0acbf014316afd7490fd3f4df78 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Thu, 21 Jun 2018 15:57:10 +0200 Subject: [PATCH] add comment to buildfiles about android debug-db for convenience --- OpenKeychain/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OpenKeychain/build.gradle b/OpenKeychain/build.gradle index cf5fdd6ed..4e9bb106d 100644 --- a/OpenKeychain/build.gradle +++ b/OpenKeychain/build.gradle @@ -103,6 +103,9 @@ dependencies { annotationProcessor "android.arch.lifecycle:compiler:1.0.0" compile "android.arch.persistence:db-framework:1.0.0" + + // for debugging the db. don't enable by default, this will expose the database no the network! + // debugImplementation 'com.amitshekhar.android:debug-db:1.0.3' } // Output of ./gradlew -q calculateChecksums