Skip to content

Commit

Permalink
Merge pull request nickbutcher#42 from gokhanbarisaker/typo
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
nickbutcher committed Nov 18, 2015
2 parents 48ddfdb + 6630b74 commit cf8db11
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 @@ -16,7 +16,7 @@

apply plugin: 'com.android.application'

// query git for the the SHA, Tag and commit count. Use these to automate versioning.
// query git for the SHA, Tag and commit count. Use these to automate versioning.
def gitSha = 'git rev-parse --short HEAD'.execute([], project.rootDir).text.trim()
def gitTag = 'git describe --tags'.execute([], project.rootDir).text.trim()
def gitCommitCount = 100 +
Expand Down

0 comments on commit cf8db11

Please sign in to comment.