Skip to content

Commit

Permalink
[build] Remove gitCommitHash
Browse files Browse the repository at this point in the history
  • Loading branch information
DianQK committed Feb 25, 2023
1 parent ef67b03 commit ef8bd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ android {
def baseAbiVersionCode = project.ext.abiCodes.get(abi)
def versionCode = variant.versionCode * 100 + baseAbiVersionCode
output.versionCodeOverride = versionCode
output.outputFileName = "ruslin-${abi}-${defaultConfig.versionName}-${gitCommitHash}-${variant.buildType.name}.apk"
output.outputFileName = "ruslin-${abi}-${defaultConfig.versionName}-${variant.buildType.name}.apk"
}
}

Expand Down

0 comments on commit ef8bd6e

Please sign in to comment.