Skip to content

Commit

Permalink
Use dynamic versioncode
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphsps authored Jul 27, 2016
1 parent 73ed89e commit 2b4fa7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android:
before_script:
- chmod +x gradlew
script:
- "./gradlew build"
- "./gradlew build -PversionCode=$TRAVIS_BUILD_NUMBER"
before_deploy:
- git config --global user.email "[email protected]"
- git config --global user.name "Travis CI"
Expand Down

1 comment on commit 2b4fa7d

@omkarmoghe
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😎

Please sign in to comment.