mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2026-02-04 12:17:22 +08:00
chore: bump dependencies
This commit is contained in:
@@ -51,7 +51,11 @@ androidComponents {
|
||||
onVariants(selector().all()) {
|
||||
it.outputs.forEach { output ->
|
||||
val currentType = it.buildType
|
||||
val currentSuffix = gropify.github.ci.commit.id.let { suffix ->
|
||||
|
||||
// Workaround for GitHub Actions.
|
||||
// Strongly transfer type to [String].
|
||||
@Suppress("UNNECESSARY_SAFE_CALL")
|
||||
val currentSuffix = gropify.github.ci.commit.id?.let { suffix ->
|
||||
if (suffix.isNotBlank()) "-$suffix" else ""
|
||||
}
|
||||
val currentVersion = "${output.versionName.get()}$currentSuffix(${output.versionCode.get()})"
|
||||
|
||||
Reference in New Issue
Block a user