Skip to content
Permalink
Browse files
Merge pull request #8441 from KenJPH/fix-versioncode
Fix versionCode dummy value
  • Loading branch information
lioncash committed Oct 30, 2019
2 parents 78fad0a + 109108d commit d6a3d08
Showing 1 changed file with 1 addition and 1 deletion.
@@ -123,5 +123,5 @@ def getBuildVersionCode() {
logger.error('Cannot find git, defaulting to dummy version number')
}

return 0;
return 1;
}

0 comments on commit d6a3d08

Please sign in to comment.