Skip to content

Commit

Permalink
Update default local version code (#504)
Browse files Browse the repository at this point in the history
I forgot to update the default version code for local build in #503.
Before, devs usually get 30009999. This PR updates the version to be
90009999 to make it consistent with CI build number



<!--
  ⬆ Put your description above this! ⬆

  Please be descriptive and detailed.
  
Please read our [Contributing
Guidelines](https://github.com/tinyspeck/slack-gradle-plugin/blob/main/.github/CONTRIBUTING.md)
and [Code of Conduct](https://slackhq.github.io/code-of-conduct).

Don't worry about deleting this, it's not visible in the PR!
-->
  • Loading branch information
linhpha authored Aug 8, 2023
1 parent 0501e32 commit 344dd79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ internal class ApkVersioningPlugin : Plugin<Project> {

private object ApkVersioning {

const val DEFAULT_VERSION_CODE: Int = 9999
const val DEFAULT_VERSION_CODE: Int = 90009999
}

/**
Expand Down

0 comments on commit 344dd79

Please sign in to comment.