Skip to content

Commit

Permalink
Groovy's string interpolation is far from Ruby's
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Mar 3, 2014
1 parent 9aae705 commit fc00d7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
*.apk
*.iml
*.jks
.gradle
.idea
build
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ android {

defaultConfig {
versionCode version[0] * 10000 + version[1] * 100 + version[2]
versionName "#{version[0]}.#{version[1]}.#{version[2]}"
versionName "${version[0]}.${version[1]}.${version[2]}"

minSdkVersion 17
targetSdkVersion 19
Expand Down

0 comments on commit fc00d7a

Please sign in to comment.