Skip to content

Commit

Permalink
Updates git version to 2.2.2 in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
dylon committed Apr 30, 2016
1 parent 6b2aaa6 commit 231d34b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ ext {
githubOrg = 'universal-automata'
githubRepo = "liblevenshtein-java"
gitUri = "git@github.com:${githubOrg}/${githubRepo}.git"
gitBranch = "master"
//gitBranch = version
//gitBranch = "master"
gitBranch = version
projectUrl = "https://github.com/${githubOrg}/${githubRepo}/"
projectAuthor = 'Dylon Edwards'
authorUsername = 'dylon'
Expand Down

0 comments on commit 231d34b

Please sign in to comment.