Skip to content

Commit

Permalink
Update comments in build file
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvedvick committed Oct 3, 2017
1 parent 921b717 commit 9dbcad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projectBlueWater/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def getCustomVersionCode() {

// should result in the same value as running
// git rev-list <checked out branch name> | wc -l
def initialVersionCode = 1000 // use this to skirt around version code issue
def initialVersionCode = 1000 // use this to skirt around generated version code starting below custom version code
def numOfCommits = ext.repo.log().size()
return numOfCommits + initialVersionCode
}
Expand Down

0 comments on commit 9dbcad8

Please sign in to comment.