mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Shut up, codefactor
This commit is contained in:
parent
0b23def568
commit
d1f0c1d278
1 changed files with 1 additions and 5 deletions
|
@ -52,11 +52,7 @@ android {
|
||||||
|
|
||||||
resValue("string", "app_version", "${defaultConfig.versionName}${versionNameSuffix ?: ""}")
|
resValue("string", "app_version", "${defaultConfig.versionName}${versionNameSuffix ?: ""}")
|
||||||
|
|
||||||
resValue(
|
resValue("string", "commit_hash", "git rev-parse --short HEAD".execute() ?: "")
|
||||||
"string",
|
|
||||||
"commit_hash",
|
|
||||||
("git rev-parse --short HEAD".execute() ?: "")
|
|
||||||
)
|
|
||||||
|
|
||||||
resValue("bool", "is_prerelease", "false")
|
resValue("bool", "is_prerelease", "false")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue