Skip to content

Commit

Permalink
Blub
Browse files Browse the repository at this point in the history
  • Loading branch information
tabere-ubique committed Sep 6, 2024
1 parent d6e516e commit 6b98606
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ abstract class LinthPlugin : Plugin<Project> {
appName = "", //will be set from manifest
packageName = packageName,
flavor = flavor,
branch = "someFancyBranch",
branch = "", //will be set inside uploadTask
minSdk = minSdk,
targetSdk = targetSdk,
usesFeature = emptyList(), //will be set from manifest
buildNumber = 0L,
buildTime = 0L,
buildBatch = "buildBatch",
changelog = "Some fancy changelog",
changelog = "", //will be set inside uploadTask
signature = "someFancySignature",
version = versionName,
)
Expand Down

0 comments on commit 6b98606

Please sign in to comment.