Skip to content

Commit

Permalink
updated version code
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Feb 10, 2016
1 parent d1fa794 commit f61221e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ script: ./gradlew build --no-daemon --stacktrace

deploy:
provider: releases
prerelease: true
prerelease: false
api_key:
secure: WKtKwda3hegqO9QVujdonNoL2ESJUR80WHNq/13wDsbCABo/GNnuqHNYZmml3wAifEKKeCEYfNZRUuHQ8eHs54Lj5BlGRX5i+1LrGhhgnVFQgmrhIv4RJuVQ663kDEh+Jwo4vowJ2mxNDvLvOhfZwxjULPDiknqy6u5PyW3id5M=
file_glob: true
Expand Down
4 changes: 2 additions & 2 deletions twidere/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
applicationId "org.mariotaku.twidere"
minSdkVersion 14
targetSdkVersion 23
versionCode 140
versionName "3.0.4-SNAPSHOT"
versionCode 141
versionName "3.0.4"
multiDexEnabled true

buildConfigField 'boolean', 'ENABLE_MEDIA_VIEWER', 'Boolean.parseBoolean("true")'
Expand Down

0 comments on commit f61221e

Please sign in to comment.