Skip to content

Commit

Permalink
add package name
Browse files Browse the repository at this point in the history
  • Loading branch information
benz-ubique committed Sep 6, 2024
1 parent 041dc0c commit e8d4bb0
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import java.io.File

abstract class InjectMetaIntoManifestTask : DefaultTask() {

private val METADATA_KEY_BUILDID = "ub_buildid"
private val METADATA_KEY_BUILDNUMBER = "ub_buildnumber"
private val METADATA_KEY_BRANCH = "ub_branch"
private val METADATA_KEY_FLAVOR = "ub_flavor"
private val METADATA_KEY_BUILDID = "ch.ubique.linth.buildid"
private val METADATA_KEY_BUILDNUMBER = "ch.ubique.linth.buildnumber"
private val METADATA_KEY_BRANCH = "ch.ubique.linth.branch"
private val METADATA_KEY_FLAVOR = "ch.ubique.linth.flavor"


private var buildId: String = "0"
Expand Down

0 comments on commit e8d4bb0

Please sign in to comment.