Skip to content

Commit

Permalink
Update app/build.gradle
Browse files Browse the repository at this point in the history
Co-authored-by: Simone Basso <bassosimone@gmail.com>
  • Loading branch information
aanorbel and bassosimone authored Jan 26, 2024
1 parent de8c9b8 commit c16a855
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 @@ -174,7 +174,7 @@ dependencies {
}

static def resolveVersionCode() {
if(System.getenv("PR_NUMBER") != null){
if(System.getenv("PR_NUMBER") != null) {
return System.getenv("PR_NUMBER").toInteger()
}
return new Date().format("yyyyMMdd").toInteger()
Expand Down

0 comments on commit c16a855

Please sign in to comment.