Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Feb 10, 2016
1 parent 21fa7d2 commit 9cc6fb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/github.com/getlantern/lantern-mobile/app/build.gradle
Expand Up @@ -8,8 +8,8 @@ def incVersionNum() {
// only try to load properties if version.properties
// file exists
if (versionPropsFile.exists()) {
versionProps.load(new FileInputStream(versionPropsFile))
}
versionProps.load(new FileInputStream(versionPropsFile))
}

def value = 0
def runTasks = gradle.startParameter.taskNames
Expand Down

0 comments on commit 9cc6fb5

Please sign in to comment.