Shut up, codefactor

This commit is contained in:
JFronny 2022-10-16 12:52:19 +02:00
parent 0b23def568
commit d1f0c1d278
No known key found for this signature in database
GPG key ID: E76429612C2929F4

View file

@ -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")