From d1f0c1d278b9ac75506e6c15afb0554899f5bd96 Mon Sep 17 00:00:00 2001 From: JFronny Date: Sun, 16 Oct 2022 12:52:19 +0200 Subject: [PATCH] Shut up, codefactor --- app/build.gradle.kts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 010b3c27..bdaa7342 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -52,11 +52,7 @@ android { resValue("string", "app_version", "${defaultConfig.versionName}${versionNameSuffix ?: ""}") - resValue( - "string", - "commit_hash", - ("git rev-parse --short HEAD".execute() ?: "") - ) + resValue("string", "commit_hash", "git rev-parse --short HEAD".execute() ?: "") resValue("bool", "is_prerelease", "false")