updated version code

This commit is contained in:
Mariotaku Lee 2016-02-09 13:29:57 +08:00
parent aebf1cf2a6
commit 967d2e7277
2 changed files with 3 additions and 2 deletions

View File

@ -56,6 +56,7 @@ script: ./gradlew build --no-daemon --stacktrace
deploy:
provider: releases
prerelease: false
api_key:
secure: WKtKwda3hegqO9QVujdonNoL2ESJUR80WHNq/13wDsbCABo/GNnuqHNYZmml3wAifEKKeCEYfNZRUuHQ8eHs54Lj5BlGRX5i+1LrGhhgnVFQgmrhIv4RJuVQ663kDEh+Jwo4vowJ2mxNDvLvOhfZwxjULPDiknqy6u5PyW3id5M=
file_glob: true

View File

@ -23,8 +23,8 @@ android {
applicationId "org.mariotaku.twidere"
minSdkVersion 14
targetSdkVersion 23
versionCode 137
versionName "3.0.2-SNAPSHOT"
versionCode 138
versionName "3.0.2"
multiDexEnabled true
buildConfigField 'boolean', 'ENABLE_MEDIA_VIEWER', 'Boolean.parseBoolean("true")'