From 10e96dff43bfc9ff36fdd5a282b20f20df53d6db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Thu, 4 Sep 2014 11:30:36 +0200 Subject: Add safeslinger to build --- OpenKeychain/build.gradle | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'OpenKeychain/build.gradle') diff --git a/OpenKeychain/build.gradle b/OpenKeychain/build.gradle index 32ae8ceb0..ec6d2c35d 100644 --- a/OpenKeychain/build.gradle +++ b/OpenKeychain/build.gradle @@ -20,11 +20,12 @@ dependencies { compile project(':extern:KeybaseLib:Lib') compile project(':extern:TokenAutoComplete:library') compile project(':extern:openpgp-card-nfc-lib:library') + compile project(':extern:safeslinger-exchange') } android { compileSdkVersion 19 - buildToolsVersion "19.1" + buildToolsVersion '19.1' defaultConfig { minSdkVersion 9 @@ -67,7 +68,7 @@ android { checkAllWarnings true htmlReport true - htmlOutput file("lint-report.html") + htmlOutput file('lint-report.html') } // Disable preDexing, causes com.android.dx.cf.iface.ParseException: bad class file magic (cafebabe) or version (0034.0000) on some systems @@ -78,7 +79,7 @@ android { // NOTE: This disables Lint! tasks.whenTaskAdded { task -> - if (task.name.contains("lint")) { + if (task.name.contains('lint')) { task.enabled = false } } -- cgit v1.2.3