Skip to content

Commit

Permalink
read package version from version.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
bamboo committed Mar 25, 2013
1 parent 8d6b1b4 commit 10031bc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ buildscript {
}
}

allprojects {
version = '0.9.6'
version = file('version.txt').text.trim()

subprojects {
version = rootProject.version
}

allprojects {
repositories {
ivy { url 'http://unity-technologies.github.com/kaizen/repositories/unstable' }
}
Expand Down

0 comments on commit 10031bc

Please sign in to comment.