Skip to content

Commit

Permalink
Do not use a negative number as versionCode
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek2010 committed Jan 25, 2023
1 parent 120ebb6 commit bad755e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def getMasterCommitCount = { ->
}
return Integer.parseInt(stdout.toString().trim())
} catch (ignored) {
return -1
return 1
}
}

Expand Down

0 comments on commit bad755e

Please sign in to comment.