From edc6dcda88a46cb3cd963d89145f48fb1ef0a189 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 29 Apr 2020 11:01:22 +0530 Subject: build: update to openpgp-ktx 2.0 (#749) Signed-off-by: Harsh Shandilya --- app/build.gradle | 9 --------- 1 file changed, 9 deletions(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 9a22d6db..2ea2a8e8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,15 +9,6 @@ plugins { final def keystorePropertiesFile = rootProject.file 'keystore.properties' -final def gitHash = { -> - final def stdout = new ByteArrayOutputStream() - exec { - commandLine 'git', 'describe', '--tags' - standardOutput = stdout - } - stdout.toString().trim() -} - static final def isSnapshot() { return System.env['GITHUB_WORKFLOW'] != null && System.env['SNAPSHOT'] != null } -- cgit v1.2.3