Skip to content

Commit

Permalink
chore(codeql): change default versionCode to 1
Browse files Browse the repository at this point in the history
SUITEDEV-35893
  • Loading branch information
matusekma committed May 21, 2024
1 parent 0dc05bd commit b60935a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fun versionData() {
} catch (ignored: Exception) {
GitVersion(
versionName = "0.0.0",
versionCode = 0,
versionCode = 1,
versionCodeTime = 0
)
}
Expand Down

0 comments on commit b60935a

Please sign in to comment.